home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / DPKG / CHANGELO.{_1 < prev    next >
Text File  |  1999-09-17  |  92KB  |  2,293 lines

  1. dpkg (1.4.0.34) frozen; urgency=high
  2.  
  3.   * Non-maintainer upload
  4.   * Apply workaround for dpkg-deb crashes when LANG, LC_SET is set.
  5.  
  6.  -- Guy Maor <maor@debian.org>  Tue,  2 Mar 1999 00:50:16 -0800
  7.  
  8. dpkg (1.4.0.33) frozen; urgency=high
  9.  
  10.   * Non-maintainer upload
  11.   * WARNING: please don't change the severity of the mentioned bugs to fixed,
  12.     since this upload is NOT going to potato but only to slink
  13.   * Fix illegal perl construct (Bug# 30985)
  14.   * Initialize oialtname->useinstead and oicontest->camefrom to 0 (Bug# 30397)
  15.   * Update shlibs.default for libncurses 4 (Bug# 30332)
  16.   * Suggest debian-keyring instead of developer-keyring (Bug# 27376, 30248)
  17.   * Abort dpkg-divert when attempting to divert a directory (Bug# 30126)
  18.   * Make dpkg-deb.1 aware that it is in section 1, not 8
  19.   * Fix section in reference to dpkg-deb in dpkg.8 (Bug# 29740)
  20.   * Fix typo in --force-help (Bug# 26193)
  21.   * Correct path for debian-changelog-mode.el (Bug# 24606)
  22.   * Make disk-method for dpkg use /var/run instead of /tmp to fix
  23.     symlink-attacks (Bug# 21399)
  24.   * Document -n and -f options for update-rc.d in manpage (Bug# 15913)
  25.   * Add --abort-after option to change after how many errors we abort and
  26.     change the default to 50 (Bug# 22940)
  27.   * Fix controllib.pl: don't check debian/substvars unless needed, and
  28.     don't depend on language settings (Bug# 31508)
  29.   * Allow a - in the architecture-field (Bug# 25537)
  30.  
  31.  -- Wichert Akkerman <wakkerma@debian.org>  Wed, 20 Jan 1999 00:23:06 +0100
  32.  
  33. dpkg (1.4.0.32) frozen; urgency=high
  34.  
  35.   * NMU: (Not uploaded in unstable which has dpkg-1.4.1)
  36.     Apply patch from Jim Pick for update-alternatives.pl to
  37.     fix 'Important' bugs #30891 in dpkg and (#27382, #27383, #27696,
  38.     #27703, #27736, #27097(merged bugs)) in jdk1.1.
  39.  
  40.  -- Vincent Renardias <vincent@waw.com>  Wed,  6 Jan 1999 15:27:42 +0100
  41.  
  42. dpkg (1.4.0.31) unstable; urgency=low
  43.  
  44.   * dpkg/processarc.c: Make newfileslist static like the other arguments
  45.     for register_cleanup's cu_* functions.
  46.   * N-th fix for controllib.pl (simulate old behavior by trying stdin,
  47.     stdout, and stderr for getlogin()).
  48.   * Enable --force-overwrite for slink release, and comment where to do
  49.     so (dpkg/main.c).
  50.   * Recompile against ncurses4.
  51.  
  52.  -- Daniel Jacobowitz <dan@debian.org>  Thu, 22 Oct 1998 17:37:23 -0400
  53.  
  54. dpkg (1.4.0.30) unstable; urgency=low
  55.  
  56.   * dpkg-dev isn't allowed to have a Recommends: debian-keyring (as that's
  57.     in contrib), so it's now lowered to a Suggests: . Thanks to James Troup
  58.     for pointing this out. 
  59.  
  60.  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Sat, 26 Sep 1998 13:59:23 +0200
  61.  
  62. dpkg (1.4.0.29) unstable; urgency=low
  63.  
  64.   * For now, prefer PGP over GPG.
  65.  
  66.  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Tue, 22 Sep 1998 09:38:09 +0200
  67.  
  68. dpkg (1.4.0.28) unstable; urgency=low
  69.  
  70.   * Added gpg (GNU Privacy Guard) support:
  71.     * scripts/buildpackage.sh: default to GPG (unless no GPG, but only a PGP
  72.       secret key file is found), as GPG, unlike PGP, is DFSG-free.
  73.     * Updated dpkg-source(1), and added gpg(1) and pgp(1) to the SEE ALSO
  74.       section.
  75.     * Worked around broken textmode implementation in GPG.
  76.     * dpkg-dev now Suggests: gnupg .
  77.   * No longer includes developer-keys.pgp . Instead, dpkg now Suggests: and
  78.     dpkg-dev now Recommends: developer-keyring.
  79.   * Compiled with latest libstdc++ (2.9).
  80.  
  81.  -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>  Mon, 21 Sep 1998 13:17:14 +0200
  82.  
  83. dpkg (1.4.0.27) unstable; urgency=low
  84.  
  85.   * REALLY fixed dpkg-dev, and new attempt to placate installer on internals.
  86.  
  87.  -- Daniel Jacobowitz <dan@debian.org>  Fri, 27 Jul 1998 15:58:04 -0400
  88.  
  89. dpkg (1.4.0.26.0.1) unstable; urgency=low
  90.  
  91.   * Binary-only upload for x86 and fixed dpkg-dev
  92.  
  93.  -- Daniel Jacobowitz <dan@debian.org>  Fri, 24 Jul 1998 15:58:04 -0400
  94.  
  95. dpkg (1.4.0.26) unstable; urgency=low
  96.  
  97.   * Non-maintainer upload.
  98.  
  99.   * Make --root work with maintainer scripts (Patch by Scott Barker,
  100.     bugs #4863 and #3170).
  101.   * Fix $(lispdir) bug if compiling without emacs (noticed by Joey Hess).
  102.  
  103.  -- Daniel Jacobowitz <dan@debian.org>  Thu, 23 Jul 1998 12:02:04 -0400
  104.  
  105. dpkg (1.4.0.25) unstable; urgency=low
  106.  
  107.   * Non-maintainer upload.
  108.   
  109.   * Add the requested -nc option to dpkg-buildpackage (Do
  110.     not clean source tree, useful in debugging cycles).
  111.   * controllib.pl: Again by popular acclamation, fix the getlogin() warnings.
  112.     I redirected STDERR onto fd 0 before calling getlogin().
  113.   * tools.m4: Fix display of whether c++ works.
  114.   * dpkg-deb/extract.c: glibc 2.1 and some kernels want to make
  115.     fflush() move the current fpos.  Until someone can fix that,
  116.     protect with seek.
  117.   * Add an extra 0, to dselect/{pkg,meth}keys.cc so it compiles again.
  118.   * Start using lchown() if available.
  119.   * Really fix #20353. (aclocal.m4 was the wrong place; that's a generated
  120.     file.  The correct place is in tl_canon.m4.)
  121.  
  122.  -- Daniel Jacobowitz <dan@debian.org>  Tue, 21 Jul 1998 03:14:14 -0400
  123.  
  124. dpkg (1.4.0.24) unstable; urgency=low
  125.  
  126.   * Non-maintainer upload.
  127.  
  128.   * dpkg/main.c: Turn --force-overwrite off as default.
  129.   * dpkg/main.c: don't list --force-overwrite as default in --force-help,
  130.     noticed by Peter Weiss <Peter.Weiss@Informatik.Uni-Oldenburg.DE> and
  131.     others. [#23542, part of #17409].
  132.   * dpkg/dpkg.8: replaced with a newer version from Jim Van Zandt
  133.     <jrv@vanzandt.mv.com>. [#21061]
  134.  
  135.   * dpkg-deb/build.c (do_build): add missing \n and improve error message
  136.     when conffile name is too long. [#7057]
  137.  
  138.   * scripts/update-alternatives.8: replaced with better man page from
  139.     Charles Briscoe-Smith <cpb4@ukc.ac.uk>. [#17283]
  140.   * scripts/dpkg-source.1: corrected logic error in documentation for
  141.     dpkg-gencontrol's -p option, as noticed by Oliver Elphick
  142.     <olly@linda.lfix.co.uk>. [#14655]
  143.   * scripts/controllib.pl (findarch): correct typo in error message,
  144.     noticed by Yann Dirson <ydirson@a2points.com>. [#22106]
  145.   * scripts/dpkg-buildpackage.sh: fix typo s/source version/source
  146.     maintainer/, noticed by Joey Hess <joey@kite.ml.org>, Adam P. Harris
  147.     <apharris@onshore.com> and others. [#10175, #15559]
  148.   * scripts/dpkg-genchanges.pl: applied patch from Roman Hodek
  149.     <Roman.Hodek@informatik.uni-erlangen.de> which solves problems with
  150.     architecture specific packages in mostly architecture independent
  151.     multi-binary source packages. [#14341, #20192].
  152.  
  153.   * doc/Makefile.am: remove any reference to the packaging manual, as it is
  154.     now provided by the separate "packaging-manual" package.
  155.   * doc/packaging.sgml: removed.
  156.   * doc/developer-keys.pgp: updated to the current debian keyring.
  157.  
  158.   * aclocal.m4: applied patch from Joel Klecker <jk@espy.org> to handle
  159.     egcs' --print-libgcc-file-name output. [#20353]
  160.   
  161.   * debian/copyright: correct FSF address.
  162.   * debian/rules: add code from lesstif's debian/rules to make libtool
  163.     less of a fool (i.e. not use -rpath and to link shared libraries
  164.     against libraries it depends on).  Code by Richard Braakman
  165.     <dark@xs4all.nl> and Yann Dirson <dirson@debian.org>.
  166.   * debian/rules: remove all reference to the packaging manual as it is
  167.     now provided by the seperate "packaging-manual" package. [#21581,
  168.     #21186, #22698, #23342]
  169.   * debian/rules: link dpkg-divert.1.gz to undocumented.7.gz as the lack
  170.     of a real manpage has been reported in #11093.
  171.   * debian/README.compile: removed gawk and bogus comment about gettext
  172.     being in experimental, as reported by Santiago Vila <sanvila@unex.es>
  173.     [#23344].  Added libpaperg (debiandoc2ps needs paperconf).
  174.   * debian/shlibs.default.i386: updated for glibc, reported by Herbert Xu
  175.     <herbert@gondor.apana.org.au>. [#13140]
  176.   * debian/control (dpkg-dev): depend on perl as POSIX (not a part of
  177.     perl-base) is needed by most of the perl dpkg-* scripts, noticed by
  178.     Joel Klecker <jk@espy.org>. [#22115]
  179.  
  180.  -- James Troup <jjtroup@comp.brad.ac.uk>  Wed, 24 Jun 1998 14:38:52 +0200
  181.  
  182. dpkg (1.4.0.23.2) frozen unstable; urgency=low
  183.  
  184.   * Non-maintainer upload.
  185.   * dpkg/main.c: Turn --force-overwrite back on as default.
  186.  
  187.  -- James Troup <jjtroup@comp.brad.ac.uk>  Tue, 23 Jun 1998 22:19:26 +0200
  188.  
  189. dpkg (1.4.0.23.1) frozen unstable; urgency=low
  190.  
  191.   * No real changes, only a new version code to make this go to frozen too.
  192.  
  193.  -- Nils Rennebarth <nils@debian.org>  Wed, 10 Jun 1998 17:29:58 +0200
  194.  
  195. dpkg (1.4.0.23) frozen unstable; urgency=low
  196.  
  197.   * Non-maintainer bug-fix release
  198.   * Update the disk method to the hamm directory structure (Bug#21000)
  199.  
  200.  -- Nils Rennebarth <nils@debian.org>  Sun,  7 Jun 1998 19:14:51 +0200
  201.  
  202. dpkg (1.4.0.22) frozen unstable; urgency=medium
  203.  
  204.   * Non-maintainer bug-fix release
  205.   * Install main changelog file as `changelog.gz' instead of
  206.     `changelog.dpkg.gz' (Debian Policy, section 5.8) (Bug#6052,15157)
  207.   * Avoid use of /tmp/*.$$ in preinst and postinst (Bug#19712)
  208.   * Make sure diversions file is always created with mode 0644 (Bug#19494)
  209.   * When removing a file, chmod it to 000 if it's a char or block
  210.     device or remove its s[ug]id bits, if any (Bug#6006)
  211.   * Minor fixes in the programmer's manual (Bug#6206)
  212.   * Always create readable status and available files
  213.     (Bug#9869,11887,14636,15786,19146)
  214.   * Make dpkg-gencontrol honour -DArchtecture=xxxx (Bug#9893)
  215.   * Allow different archs for the same binary in debian/files (Bug#9894)
  216.   * Added workaround in /usr/lib/dpkg/methods/disk/setup
  217.     to avoid bash warning (Bug#10111,10131)
  218.   * Recognize old .deb packages with other locales (Bug#12232)
  219.   * Added `SHELL=bash' to debian/rules: it uses bash-specific structs
  220.   * Move some files from dpkg to dpkg-dev (part of Bug#13295)
  221.   * Minor fix in packaging manual regarding to Standards-Version (Bug#14696)
  222.   * Fixed --altdir and --admindir in update-alternatives (Bug#15332)
  223.   * Strip /usr/lib/libdpkg* (Bug#15671)
  224.   * dpkg: send output of --help, --force-help and -Dhelp to stdout
  225.     (Bug#16051,18574)
  226.   * send correct signals with start-stop-daemon (Bug#17258)
  227.   * Make `dpkg-divert --test --remove' work as expected (Bug#19531)
  228.   * Determine properly the architecture if gcc is egcs (Bug#20353)
  229.  
  230.  -- Juan Cespedes <cespedes@debian.org>  Sun,  5 Apr 1998 17:37:01 +0200
  231.  
  232. dpkg (1.4.0.21) unstable; urgency=low
  233.  
  234.   * Non-maintainer release to include a new update-rc.d
  235.   * Fixed date on files in the archive from 2017 and 2018 by running
  236.     touch foo; find . -newer foo | xargs -r touch; rm foo
  237.   * Changed start-stop-deamon message "No <program> found; none killed." to
  238.     "No <program> found running; none killed."
  239.  
  240.  -- Miquel van Smoorenburg <miquels@cistron.nl>  Thu,  5 Mar 1998 14:19:46 +0100
  241.  
  242. dpkg (1.4.0.20) unstable; urgency=low
  243.  
  244.   * Disabled --force-overwrites.
  245.   * Removed core file from source
  246.  
  247.  -- Michael Alan Dorman <mdorman@debian.org>  Tue,  9 Jan 2018 03:34:28 -0500
  248.  
  249. dpkg (1.4.0.19) unstable; urgency=low
  250.  
  251.   * Changed methods/disk.setup to use output of
  252.     'dpkg --print-installation-architecture' instead of hard-coded 
  253.     '1386' (fixes #10995).
  254.   * Patched dpkg-source to properly quote metacharacters in strings 
  255.     before using them in pattern-matching expressions (fixes #10811).
  256.   * Fixed several documentation typos (fixes #10764).
  257.   * dpkg-source now works around 100-character filename limitation of cpio
  258.     (fixes #10400).
  259.   * dpkg-source now properly handles '\ no newline in source' message from
  260.     patch (fixes #5041).
  261.   
  262.  -- Klee Dienes <klee@debian.org>  Sun, 13 Jul 1997 19:28:22 -0700
  263.  
  264. dpkg (1.4.0.18) unstable; urgency=low
  265.  
  266.   * dpkg-source now uses new -z option to GNU patch (still needs to be
  267.     changed to detect and use old version as well) (fixes #9904, #10005, #10007).
  268.   * Added i686 to archtable.
  269.   * shlibs.default now uses xlib6 instead of elf-x11r6lib (fixes #9926).
  270.   * debian-changelog-mode now uses interruptible completing type-in fields
  271.     instead of the previous 'select-a-letter method'.  I consider this
  272.     better and more standard than the previous way, but I'd welcome
  273.     opinions to the contrary.  Consider this a 'probationary' change for
  274.     now (fixes #9873, #9874).
  275.  
  276.  -- Klee Dienes <klee@debian.org>  Sun, 25 May 1997 09:56:08 -0400
  277.  
  278. dpkg (1.4.0.17) unstable; urgency=low
  279.  
  280.   * All of the dpkg binaries (but not dpkg-dev or dselect) now speak
  281.     french, thanks to patches from Christophe Le Bars <clebars@teaser.fr>
  282.   * Fix leading spaces before day in 822-date.
  283.   * Changes from Tom Lees <tom@lpsg.demon.co.uk> to better support
  284.     building on non-Debian systems; minor Makefile fixes.
  285.   * Added 'ppc powerpc powerpc' to archtable.
  286.   * Changed documentation paper size to US/Letter instead of A4 (A4
  287.     may be better, but it's easier to print US/Letter on A4 than it is 
  288.     to print A4 on US/Letter).
  289.   
  290.  -- Klee Dienes <klee@debian.org>  Tue,  13 May 1997 15:24:31 -0400
  291.  
  292. dpkg (1.4.0.16) experimental; urgency=low
  293.  
  294.   * Added generated sources to GNU-format source archive so it no longer
  295.     requires perl to build.
  296.  
  297.  -- Klee Dienes <klee@debian.org>  Sat, 10 May 1997 17:34:29 -0400
  298.  
  299. dpkg (1.4.0.15) experimental; urgency=low
  300.  
  301.   * Changed dpkg-genchanges to check for ($arch == $substvar{'Arch'}), not
  302.     ($arch ne 'all') (fixes #9688).
  303.   * Fixed bug in start-stop-daemon.c (was using optarg after argument
  304.     parsing was over) (fixes #9597, #9603, #9364).
  305.   * Provide 50dpkg-dev.el for xemacs as well as emacs.
  306.   * Explicitly provide path for debian-changelog-mode in 50dpkg-dev to use
  307.     .el file as workaround until xemacs can read emacs19 .elc files.
  308.   * Pass top_distdir explicitly to 'make dist' to accomodate bug in
  309.     automake_1.1o-1.
  310.   * Fix debian/build to make html documentation without including
  311.     directories in tar archives (fixes #9348).
  312.   
  313.  -- Klee Dienes <klee@debian.org>  Fri,  9 May 1997 13:17:18 -0400
  314.  
  315. dpkg (1.4.0.14) experimental; urgency=low
  316.  
  317.   * Fixed buglet in install-info.pl (fixes #9438).
  318.   * Re-write of update-rc.d.pl, primarily by Miquel van Smoorenburg
  319.     <miquels@cistron.nl> (fixes #9434, #9436).
  320.   * Renamed "dpkg Programmer's Manual" to "dpkg Internals Manual".
  321.   
  322.  -- Klee Dienes <klee@debian.org>  Tue,  6 May 1997 22:01:07 -0400
  323.  
  324. dpkg (1.4.0.13) experimental; urgency=low
  325.  
  326.   * Fix to start-stop-daemon so that it still takes numeric arguments (had
  327.     been broken in 1.4.0.12) (fixes #9598).
  328.   * Fix 822-date to sanity-check localtime() output (seconds must be the
  329.     same as GMT).
  330.   * Patch from Guy Maor <maor@ece.utexas.edu> to dpkg-source.pl to support
  331.     pristine (MD5-equivalent) upstream sources.
  332.   * Patch from Michael Alan Dorman <mdorman@calder.med.miami.edu> to
  333.     update-rc.d.pl to fix handling multiple start/stop entries on a single
  334.     line.
  335.   * Several fixes to dpkg-genchanges to support -B option (added in
  336.     1.4.0.12) (fixes #9340).
  337.   * Handle errors from 822-date in debian-changelog-mode.el.
  338.   * Changed cl-debian.pl to correctly handle extra whitespace in changelog
  339.     datestamps.
  340.  
  341.  -- Klee Dienes <klee@debian.org>  Mon,  5 May 1997 18:12:43 -0400
  342.  
  343. dpkg (1.4.0.12) experimental; urgency=low
  344.  
  345.   * Re-wrote 822-date for clarity and to support timezone offsets >= 12h
  346.     (New Zealand in DST is +1300, for example) (fixes #7130).
  347.   * Patch from Juergen Menden <menden@morgana.camelot.de> to support
  348.     archdependent-only builds (fixes #8912, #9245, #5359).
  349.   * Fix archtable entry for powerpc (fixes #8794).
  350.   * Strip /sbin/* and /usr/sbin/* in debian/rules (fixes #8853).
  351.   * Moved start-stop-daemon to /sbin (fixes #8669).
  352.   * Set sharedstatedir and localstatedir for $(MAKE) install in
  353.     debian/rules (fixes #8852).
  354.   * Fixes for update-rc.d(8) from Jim Van Zandt <jrv@vanzandt.mv.com>
  355.     (fixes #8576).
  356.   * No longer do variable substitutions when generating change file (fixes
  357.     #5862).
  358.   * Support symbolic signal names in start-stop-daemon (fixes #7715).
  359.   * Add autoload for debian-changelog-mode to /etc/emacs/site-start.d
  360.     (fixes #4519, #5841).
  361.   * Add recommendation for gcc and make in dpkg-dev (gcc is needed for dpkg
  362.     --print-architecture, used by dpkg-gencontrol; make is needed for any
  363.     debian/rules file) (fixes #8470).
  364.   * Minor changes to packaging manual section on source package
  365.     conversion (fixes #6801).
  366.   * Renamed "programmer's manual" to 'packaging manual'.
  367.   * Start of new "programmer's manual" containing information on dpkg
  368.     internals and build information.  This manual uses the new
  369.     TeXinfo-SGML format, currently included in doc/.
  370.   * dselect/pkgdepcon.cc now checks for debug not NULL, not just depdebug.
  371.   * Changed makefiles to support building outside of source directory.
  372.   * Include GNU-format source distribution with other non-debian packages.
  373.  
  374.  -- Klee Dienes <klee@debian.org>  Sun,  4 May 1997 11:08:19 -0500
  375.  
  376. dpkg (1.4.0.11) experimental; urgency=low
  377.  
  378.   * Patches for alpha and libc6 from Michael Alan Dorman
  379.     <mdorman@calder.med.miami.edu>.
  380.   * Fixed minor problems in dpkg-shlibdeps regular expressions for libc6.
  381.   * Fix regex to detect directory creation in dpkg-source.pl.
  382.   * Minor changes for automake-1.1n.
  383.  
  384.  -- Klee Dienes <klee@debian.org>  Sun, 23 Mar 1997 18:09:33 -0500
  385.  
  386. dpkg (1.4.0.10) unstable; urgency=medium
  387.  
  388.   * Fixed bug in controllib.pl (@fowner was entire passwd entry,
  389.     not just [uid, gid] as it should have been).
  390.  
  391.  -- Klee Dienes <klee@debian.org>  Thu, 20 Mar 1997 13:06:52 -0500
  392.  
  393. dpkg (1.4.0.9) unstable; urgency=low
  394.  
  395.   * Check fputs() return values for (ret >= 0), not (ret != 0) (fixes #7522).
  396.   * dpkg-shlibdeps no longer gives error for Java and statically linked
  397.     binaries (fixes #4988).
  398.   * Change 'details of the old format' to 'details of the new format' in
  399.     deb-old.5 (fixes #7605).
  400.   * dpkg-source -b now warns (was previously silent) if maintainer changes
  401.     create new subdirectories.  dpkg-source -x now warns (previously gave
  402.     error) if maintainer changes create new subdirectories (partially
  403.     fixes #6866, #6671, #5045, #6482).    
  404.   * Added manual page for start-stop-daemon (8). 
  405.   * Added C version of start-stop-daemon by 
  406.     Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> (fixes #1670).
  407.   * Converted to use GNU automake for the build process by Tom Lees 
  408.     <tom@lpsg.demon.co.uk>.<
  409.   * Preliminary support for dpkg functions as a shared library (now
  410.     provides libdpkg.so, but much work needs to be done in better
  411.     segregating and defining the interface).
  412.   * Preliminary internationalization support by Galen Hazelwood
  413.     <galenh@debian.org>.  Only the library, dpkg-deb, md5sum, and dpkg
  414.     have been converted so far.  No translations have yet been
  415.     constructed.
  416.   * Handle 'libc.so.6 => /lib/libc.so.6 (0x40010000)' format from libc6
  417.     ldd (fixes #7603, #7926, #8688, #9179, #9134, #8516).
  418.   * Removed policy.sgml (it has been moved to the debian-policy package).
  419.   * Include patch from Darren Stalder <torin@daft.com> for
  420.     dpkg-buildpackage to choose PGP key based on Maintainer: field of 
  421.     package being built (or -m<maintainer> option, if present) (fixes 
  422.     #7898).
  423.   * Changed controllib.pl to use $ENV{LOGNAME}, getlogin(), and $<
  424.     (in that order) to determine the intended ownership of 
  425.     debian/{files,substvars},  (fixes #7324, #6823, #5659, #5965, #5929,
  426.     #9239, #5366).
  427.   * Don't sign .dsc file in dpkg-buildpackage if building a binary-only
  428.     release (fixes #7260).
  429.   * Updated developer-keys.pgp to latest revision (fixes #6134).
  430.   
  431.  -- Klee Dienes <klee@debian.org>  Mon, 17 Mar 1997 16:11:24 -0500
  432.  
  433. dpkg (1.4.0.8) unstable; urgency=medium
  434.  
  435.   * Corrected update-rc.d for bash 2.0
  436.   * Updated developer-keys.pgp from
  437.     http://www.iki.fi/liw/debian/debian-keyring.tar.gz
  438.  
  439.  -- Guy Maor <maor@ece.utexas.edu>  Mon, 3 Feb 1997 04:05:01 -0600
  440.  
  441. dpkg (1.4.0.7) stable unstable; urgency=HIGH
  442.  
  443.   * Fixed --assert-support-predepends failing between unpack & configure.
  444.   * Added --assert-working-epoch option.
  445.  
  446.  -- Guy Maor <maor@ece.utexas.edu>  Sat, 25 Jan 1997 23:02:11 -0600
  447.  
  448. dpkg (1.4.0.6) stable unstable; urgency=high
  449.  
  450.   * Patched lib/vercmp.c to hopefully fix dselect epoch processing
  451.     (Bug#6204), (Bug#4590).
  452.   * Patched scripts/dpkg-buildpackage, scripts/dpkg-genchanges,
  453.     scripts/dpkg-gencontrol for epoch processing, courtesy of Loic Prylli 
  454.     <lprylli@graville.fdn.fr> (Bug#6138, Bug#5225).
  455.   * Patched dpkg-genchanges to actually honor the -u switch to specify
  456.     directory (Bug#5564).
  457.   * Applied patch to main/archive.c to correct problems setting set[gu]id
  458.     binaries, courtesy of Herbert Xu <herbert@greathan.apana.org.au>
  459.     (Bug#5479). 
  460.   * Applied patch to dpkg-source to correct debian-only package names,
  461.     courtesy of Guy Maor <maor@ece.utexas.edu> (Bug#5355).
  462.  
  463.  -- Michael Alan Dorman <mdorman@calder.med.miami.edu>  Thu, 2 Jan 1997 11:36:09 -0500
  464.  
  465. dpkg (1.4.0.5) stable frozen unstable; urgency=medium
  466.  
  467.   * Distribution for frozen too.
  468.  
  469.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Thu, 5 Dec 1996 09:13:42 +0100
  470.  
  471. dpkg (1.4.0.4) stable unstable; urgency=medium
  472.  
  473.   * Bug2962 fixed: patch from Ian Jackson applied
  474.     (cursor keys won't work after search)
  475.   * Manuals 2.1.2.2
  476.  
  477.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 15 Nov 1996 20:21:18 +0100
  478.  
  479. dpkg (1.4.0.3) unstable; urgency=medium
  480.  
  481.   * dpkg-source -x: created bad permissions (set x-bit for
  482.     all files pointed to by a symlink)
  483.  
  484.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Fri, 18 Oct 1996 18:32:06 +0200
  485.  
  486. dpkg (1.4.0.2) unstable; urgency=medium
  487.  
  488.   * dpkg-buildpackage.sh: reverted the quoting change -- (you
  489.     should use super, sudo, realy, but not su.  Or write a wrapper
  490.     around su)
  491.   * dpkg-buildpackge.sh: passing -m, -C, -v options to dpkg-genchanges
  492.     more the way Ian likes ;-)
  493.   * dpkg-source.pl: new function deoctify() as replacement for eval()
  494.     (turn \ddd into the corresponding character) [rem: probably better
  495.     solution would be to convert cpios output names into complete \ddd 
  496.     representation as well tars output names] 
  497.   * dpkg-source.pl: fixed 2 typos in failure message on creating 
  498.     $origtargz.tmp-nest.
  499.   * main/main.c: typo `tread' -> `treat'
  500.   * main/enquiry.c: fixed the ignorance for some relations in --compare-versions
  501.   * main/enquiry.c: missing version is now handled as described in `dpkg --help'
  502.     (or at least as I understood `dpkg --help' PLEASE TRY IT)
  503.   * lib/parsehelp.c: fixed parsing of epoch information
  504.  
  505.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sun, 6 Oct 1996 23:27:47 +0200
  506.  
  507. dpkg (1.4.0.1) unstable; urgency=medium
  508.  
  509.   * dpkg-source: doesn't get screwed up from hardlinks
  510.     in the archive now
  511.   * dpkg-source: doesn't get screwed up from `unprintable' characters
  512.     in file names (e.g. from the kbd package) 
  513.   * controllib.pl: $varlistvile -> $varlistfile (thanx Karl Sackett)
  514.   * dpkg-buildpackge: quoting for $rootcommand (thanx  Michael Meskes)
  515.     and `eval' as default $rootcommand
  516.   * dpkg-*, controllib.pl: created debian/files and debian/substvars
  517.     are chown'ed to `getlogin()' and its group
  518.   * doc/: mv changed to mv -f
  519.   * dpkg-buildpackage: added an option -a for overriding the
  520.     architecture in the changes _file_name_
  521.   * dpkg-buildpackage: pass -m* -v* .. options to dpgk-genchangelog
  522.   * dpkg-name moved to dpkg-dev
  523.  
  524.  -- Heiko Schlittermann <heiko@lotte.sax.de>  Sat, 21 Sep 1996 22:06:01 +0200
  525.  
  526. dpkg (1.4.0) unstable; urgency=low (HIGH for new source format)
  527.  
  528.   * Corrected buffer overrun when dpkg-deb generates filename.  (Bug#4467.)
  529.   * dpkg-shlibdeps works with DEBIAN/shlibs (thanks Heiko Schlittermann).
  530.   * Added libm.so.5 to shlibs.default for i386/m68k.
  531.  
  532.   * Split binary package into two: dpkg and dpkg-dev.
  533.   * dpkg-source(1) documents mode and ownership setting during extraction.
  534.  
  535.   * dpkg-scanpackages moved to /usr/bin.
  536.   * Include /usr/bin/dpkg-deb, not dpkg-deb.dist; don't rename in scripts.
  537.   * Copyright file changed slightly.
  538.   * debian-changelog-mode uses magic key substitution strings.  (Bug#4419.)
  539.   * Changed email address in control file to <ian@chiark.greenend.org.uk>.
  540.   * Manuals and own Standards-Version: updated to 2.1.1.0.
  541.  
  542.  -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:13:33 +0100
  543.  
  544. dpkg (1.3.14) unstable; urgency=low
  545.  
  546.   * dpkg-buildpackage new -tc (clean source tree) option.
  547.  
  548.   * Formatted documentation removed by `make clean' and so not in source.
  549.   * Manuals and own Standards-Version: updated to 2.1.0.0.
  550.   * Distribute {policy,programmer}.{html.tar,ps}.gz with each upload.
  551.  
  552.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 20:43:40 +0100
  553.  
  554. dpkg (1.3.13) unstable; urgency=low (HIGH for building new src X programs)
  555.  
  556.   * X shared libraries added to shlibs.default (=> `elf-x11r6lib').
  557.   * dpkg-source tar invocation fixed so that TAPE env var doesn't break it.
  558.   * dpkg-source copes better with missing final newline messages from diff.
  559.  
  560.   * dpkg-buildpackage usage message fixed: -si is the default.  (Bug#4350.)
  561.   * dpkg-source error message about src dir mismatch typo fixed.  (Bug#4349.)
  562.  
  563.   * dpkg-source(1) has suggestions for dpkg-buildpackage -r option.
  564.   * dpkg-source change date fixed.  (Bug#4351.)
  565.   * More developers' keys.
  566.   * Manual updates, own Standards-Version updated.
  567.  
  568.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 31 Aug 1996 20:08:18 +0100
  569.  
  570. dpkg (1.3.12) unstable; urgency=medium
  571.  
  572.   * dpkg prints old version number when upgrading.  (Bug#4340.)
  573.   * dpkg-deb tries to detect and flag corruption by ASCII download.
  574.  
  575.   * dpkg-genchanges and dpkg-buildpackage say what source is included.
  576.  
  577.   * dpkg-buildpackage passes +clearsig=on to PGP (or pgpcommand).  (Bug#4342.)
  578.  
  579.   * dpkg-source prints better error for cpio not honouring -0t.
  580.   * control file Suggests cpio >= 2.4.2, rather than just cpio.
  581.  
  582.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 30 Aug 1996 15:31:51 +0100
  583.  
  584. dpkg (1.3.11) unstable; urgency=low
  585.  
  586.   * EBUSY when dpkg removes a directory is only a warning.
  587.  
  588.   * dpkg-genchanges generates sensible warning (not confusing error
  589.     about mismatch) for missing Section/Priority in binary packages.
  590.  
  591.   * Added dpkg --print-gnu-build-architecture option.
  592.   * shlibs.default for m68k provided, as a copy of i386 version.
  593.  
  594.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 29 Aug 1996 14:05:02 +0100
  595.  
  596. dpkg (1.3.10) unstable; urgency=medium
  597.  
  598.   * dpkg-source(1) manpage alias symlinks are not dangling.
  599.   * dselect selects things by default if they are installed.
  600.   * Added `pentium' as alias for `i386' architecture.
  601.   * Added `Suggests: cpio, patch' and explanatory text to Description.
  602.     (Bugs #4262, #4263.)
  603.  
  604.   * More developers' PGP keys.
  605.   * Manual updates, new source format released.
  606.  
  607.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 26 Aug 1996 14:30:44 +0100
  608.  
  609. dpkg (1.3.9) unstable; urgency=low (high for new source format)
  610.  
  611.   * dpkg --get-selections and --set-selections added.
  612.   * New dpkg --force-not-root flag.
  613.  
  614.   * Don't replace directory with another package's file.  (Bug#4202.)
  615.  
  616.   * All manpages now installed compressed.
  617.   * Copyright file moved to /usr/doc/dpkg/copyright.
  618.   * Standards-Version updated (0.2.1.1).
  619.  
  620.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 24 Aug 1996 19:09:30 +0100
  621.  
  622. dpkg (1.3.8) unstable; urgency=low (high for new source format)
  623.  
  624.   * dpkg-buildpackage -sa, -si options work correctly.
  625.  
  626.   * update-rc.d(8) updated to reflect design and reality.
  627.   * Programmers' and policy manual updates.
  628.  
  629.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 12:48:26 +0100
  630.  
  631. dpkg (1.3.7) unstable; urgency=low (medium for source pkg docs)
  632.  
  633.   * dselect +/-/_/= on lines for all broken, new, local or whatever
  634.     packages do not affect _all_ packages.  (Bug#4129.)
  635.  
  636.   * Support for diff-only uploads in source packaging tools.
  637.   * dpkg-genchanges -d<descripfile> option renamed to -C.
  638.   * dpkg-buildpackage understands -m, -v, -C (for dpkg-genchanges).
  639.   * Support for debian/shlibs.local added to dpkg-shlibdeps.
  640.   * Shared library files' search order defined in dpkg-source(1), and
  641.     relevant files added to the FILES section.
  642.  
  643.   * Programmers' manual describes source packaging tools.
  644.   * Policy manual mentions shared library control area file.
  645.   * dpkg-source manpage includes dpkg-shlibdeps in title line.
  646.   * Manuals have changelog and automatic version numbering.
  647.   * changelogs (for dpkg and for manuals) installed.
  648.   * binary target split into binary-arch and binary-indep in manual.
  649.   * Manpages should be compressed.
  650.   * Copyright file is moved to /usr/doc/<package>/copyright.
  651.   * Changelogs must be installed in /usr/doc/<package>.
  652.   
  653.   * dpkg-deb(8) moved to dpkg-deb(1).
  654.  
  655.   * binary target split into binary-arch and binary-indep in source.
  656.   * changelog entry for 1.2.14 copied from that (forked) release.
  657.  
  658.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 15:36:12 +0100
  659.  
  660. dpkg (1.3.6) experimental; urgency=low (HIGH for new source format)
  661.  
  662.   * dpkg-source now has broken argument unparsing for tar.  (Bug#4195.)
  663.  
  664.   * dpkg-gencontrol writes to debian/tmp/DEBIAN/control by default.
  665.   * dpkg-shlibdeps script added.
  666.  
  667.   * Back to old sh update-rc.d, and removed manpage, because new Perl
  668.     version and the manpage have different syntax and semantics.
  669.   * update-rc.d prints usage message for missing terminal `.'.  (Bug#4122.)
  670.  
  671.   * Use rm -rf instead of just rm -r in dpkg-deb --info &c.  (Bug#4200.)
  672.  
  673.   * Added support for Installed-Size to dpkg-gencontrol, and documented.
  674.   * Source packaging substitution variables and name syntax rationalised.
  675.   * dpkg-source scripts' usage messages improved slightly.
  676.   * dpkg-source works with non-empty second (orig dir) argument.
  677.  
  678.   * Added rationale for copyright policy to manual.
  679.   * More developers' PGP keys.
  680.   * Control database handling cleanups (usu. Source field blanked).
  681.  
  682.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 20 Aug 1996 15:39:58 +0100
  683.  
  684. dpkg (1.3.5) experimental; urgency=low (high for debian-changelog-mode)
  685.  
  686.   * 822-date script included.  (Bug#4136.)
  687.   * debian-changelog-add-version works on empty file.
  688.   * debian-changelog-mode mode-help works properly.
  689.  
  690.   * dpkg-source tells patch not to make numbered backups.  (Bug#4135.)
  691.  
  692.   * More developers' PGP keys.
  693.   * Paragraph on uucp -a and -g options removed from policy manual.
  694.  
  695.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 14 Aug 1996 14:46:47 +0100
  696.  
  697. dpkg (1.3.4) experimental; urgency=low
  698.  
  699.   * Removed debugging output from dpkg-source -x.  Oops.
  700.   * Removed section on source package permissions from policy manual -
  701.     dpkg-source now sorts these out.
  702.  
  703.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 11 Aug 1996 13:25:44 +0100
  704.  
  705. dpkg (1.3.3) experimental; urgency=low
  706.  
  707.   * Programmers' & policy manuals in source tree; HTML in /usr/doc/dpkg.
  708.   * Old guidelines.info and text files in /usr/doc/dpkg removed.
  709.  
  710.   * dpkg-source sets permissions on extracted debianised source tree
  711.     and does not copy ownerships out of archive even if running as root.
  712.  
  713.   * Emacs mode `dpkg changelog' renamed to `Debian changelog'.
  714.   * Default changelog format renamed from `dpkg' to `debian'.
  715.  
  716.   * debian-changelog-mode sets fill-prefix correctly.
  717.   * debian-changelog-mode urgencies except HIGH lowercase by default.
  718.   * debian-changelog-mode displays keymap in doc string and so mode help.
  719.  
  720.   * More maintainers' PGP keys.
  721.  
  722.   * Remove built changelog parsers with `clean' target in source.
  723.  
  724.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 23:35:51 +0100
  725.  
  726. dpkg (1.3.2) experimental; urgency=LOW (MEDIUM for dpkg-source)
  727.  
  728.   * Faster update-rc.d written in Perl by Miquel van Smoorenburg.
  729.   * install-info --test doesn't lock dir.  (Bug#3992, thanks Darren).
  730.  
  731.   * dpkg-source doesn't break in the presence of any symlinks.
  732.  
  733.   * More developers' keys added to doc/developer-keys.pgp.
  734.   * Install developers' keys in /usr/doc/dpkg/developer-keys.pgp.
  735.   * dpkg-source documents undefined substvar behaviour.
  736.   * minor debian/rules cleanups.
  737.  
  738.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 10 Aug 1996 02:13:47 +0100
  739.  
  740. dpkg (1.3.1) experimental; urgency=LOW
  741.  
  742.   * manpage for dpkg-source et al now available.
  743.   * dpkg-changelog-mode.el installed in site-lisp, but still no autoload.
  744.  
  745.   * dpkg-source prints correct string for not-understood tar -vvt output.
  746.   * dpkg-source parsing of tar -vvt output made more robust.
  747.  
  748.   * dpkg-buildpackage prints usage message on usage error.
  749.   * dpkg-gencontrol can print usage message.
  750.   * -T<varlistfile> option added to dpkg-source.
  751.   * Description of -f<fileslistfile> corrected in dpkg-distaddfile usage.
  752.   * -m<maintainer> synopsis changed in dpkg-genchanges usage.
  753.   * debian/substvars may now contain blank lines.
  754.  
  755.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 8 Aug 1996 02:36:04 +0100
  756.  
  757. dpkg (1.3.0) experimental; urgency=LOW
  758.  
  759.   * dpkg can install named pipes.
  760.   * dpkg-deb supports directory for destination, generates filename.
  761.   * dpkg-{source,gencontrol,genchanges,parsechangelog,buildpackage},
  762.     dpkg-distaddfile scripts to support new source package format.
  763.   * a.out build no longer supported.
  764.   * Changed to new source package format.
  765.  
  766.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 6 Aug 1996 02:31:52 +0100
  767.  
  768.  
  769. dpkg (1.2.14) stable unstable; urgency=MEDIUM
  770.  
  771.   * dselect +/-/_/= on lines for all broken, new, local or whatever
  772.     packages do not affect _all_ packages.  (Bug#4129.)
  773.  
  774.   * NOTE - THE HISTORY FORKS HERE.  1.2.14's change appears in 1.3.7.
  775.  
  776.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 22 Aug 1996 00:39:52 +0100
  777.  
  778.  
  779. dpkg (1.2.13) unstable; urgency=LOW
  780.  
  781.   * dpkg --search produces correct output for diversions.
  782.   * dpkg-name remove unnecessary arch missing warning.  (Bug#3482.)
  783.  
  784.   * dpkg-deb --build warns about uppercase chars in package name.
  785.  
  786.   * dpkg-scanpackages error messages updated and manpage provided
  787.     (thanks to Michael Shields).
  788.   * dpkg-scanpackages warns about spurious entries in override file.
  789.   * dpkg-scanpackages `noverride' renamed to `override' everywhere.
  790.   * dpkg-scanpackages field ordering to put Architecture higher.
  791.   * dpkg-scanpackages field names capitalised appropriately.
  792.   * dpkg-scanpackages invokes find with -follow.  (Bug#3956.)
  793.  
  794.   * guidelines say #!/usr/bin/perl everywhere, not #!/bin/perl.
  795.   * Many developers' PGP keys added.
  796.  
  797.   * configure script uses ${CC} instead of $(CC) (again :-/).
  798.   * developers' keys included in dpkg source tree and /usr/doc.
  799.   * configure remade using autoconf 2.10-3 (was 2.4-1).
  800.  
  801.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 1 Aug 1996 02:46:34 +0100
  802.  
  803. dpkg (1.2.12); priority=LOW
  804.  
  805.   * dpkg --search and --list understand and comment on diversions.
  806.   * dpkg-divert displays diversions more intelligibly.
  807.  
  808.   * Guidelines are somewhat clearer about descriptions.
  809.   * deb(5) describes new format; old moved to deb-old(5).  (Bug#3435.)
  810.   * deb-control(5) carries a warning about being out of date.
  811.  
  812.   * Added 1996 to dselect version/copyright.
  813.  
  814.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Jul 1996 15:04:49 +0100
  815.  
  816. dpkg (1.2.11); priority=MEDIUM
  817.  
  818.   * dselect had dependency bug if installed package newer than avail.
  819.   * Added `replaces' to dselect's list of package relationship strings.
  820.  
  821.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 1 Jul 1996 02:51:11 +0100
  822.  
  823. dpkg (1.2.10); priority=MEDIUM
  824.  
  825.   * Fixed bug in old-style version/revision number parsing.  (Bug#3440.)
  826.  
  827.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 29 Jun 1996 03:32:45 +0100
  828.  
  829. dpkg (1.2.9); priority=MEDIUM
  830.  
  831.   * Fixed status database updates reading bug.
  832.   * `Setting up' message includes version number.
  833.   * `existence check' message changed to say `cannot access archive'.
  834.  
  835.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 27 Jun 1996 13:39:36 +0100
  836.  
  837. dpkg (1.2.8); priority=LOW
  838.  
  839.   * dpkg --record-avail puts data in Size field.
  840.   * strip / for rmdir(2) in cleanup to work around kernel bug.  (Bug#3275.)
  841.   * dpkg-split --msdos no longer allows `-' and other chars in filenames.
  842.  
  843.   * manual dpkg-split(8) written.
  844.   * dpkg-split minor typo in --auto usage error message fixed.
  845.   * dpkg-deb(8) very minor cosmetic fix to --build option.
  846.  
  847.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 25 Jun 1996 03:00:14 +0100
  848.  
  849. dpkg (1.2.7); priority=LOW
  850.  
  851.   * dpkg-scanpackages syntax errors fixed.
  852.  
  853.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 21 Jun 1996 04:10:38 +0100
  854.  
  855. dpkg (1.2.6); priority=MEDIUM
  856.  
  857.   * NFS, CDROM and partition dselect methods include mountpoint
  858.     in paths given to dpkg in [I]install, so they should now work.
  859.  
  860.   * Removed some leftover files from source tree.
  861.  
  862.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 12 Jun 1996 14:35:19 +0100
  863.  
  864. dpkg (1.2.5); priority=MEDIUM
  865.  
  866.   * Allow, but do not create, packages in half-installed state
  867.     with no version number.  (Aargh.)
  868.  
  869.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 04:55:43 +0100
  870.  
  871. dpkg (1.2.4); priority=MEDIUM
  872.  
  873.   * New dpkg-name from Erick (<pkg>_<version>_<arch>.deb convention).
  874.   * Disappeared packages can't own conffiles any more !  (Bug#3214.)
  875.   * install-info creates Miscellaneous sections with a newline
  876.     following the heading.  (Bug#3218.)
  877.   * cleanup-info script installed in /usr/sbin; called as appropriate
  878.     by postinst.  Thanks to Kim-Minh Kaplan.  (Bug#3125.)
  879.   * Allow superseded Essential packages to be purged after they've
  880.     been removed (clear the Essential flag on removal, and ignore it
  881.     on packages that are in stat_configfiles).
  882.  
  883.   * dselect disk methods understand `y' as well as `yes' for using
  884.     development tree.
  885.   * dselect doesn't make packages appear as `new' again if update
  886.     of available packages fails.
  887.   * dselect places method selection cursor over option last selected.
  888.  
  889.   * dpkg-scanpackages doesn't die when repeated packages are found.
  890.   * dpkg-scanpackages allows many old maintainers (`//'-separated).
  891.  
  892.   * `Version' field is now mandatory (some operations already
  893.     wouldn't work right anyway if it was't there).
  894.  
  895.   * update-rc.d(8) now says you must remove the script.  (Bug#3215.)
  896.   * dpkg --force-help says that --force-overwrite is on by default.
  897.   * dpkg-deb manpage rewritten.
  898.   * debian.README (= /usr/doc/copyright/dpkg) edited slightly.
  899.  
  900.   * Some database parsing grunge removed (pdb_preferversion, &c).
  901.   * Source tree doc/sgml contains some embryonic manuals.
  902.   * Leftover files in lib directory in source tree deleted.
  903.  
  904.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 10 Jun 1996 03:52:01 +0100
  905.  
  906. dpkg (1.2.3); priority=HIGH
  907.  
  908.   * install-info doesn't replicate section headings (Bug#3125, #2973).
  909.   * New dpkg-name manpage broken off from script (oops!).
  910.   * dselect help screens made consistent with new strings, flags, &c.
  911.   * dselect error flag column labelled E (Error), not H (Hold).
  912.   * `Escape' no longer bound to `exit list without saving' in dselect.
  913.  
  914.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Tue, 28 May 1996 02:14:57 +0100
  915.  
  916. dpkg (1.2.2); priority=MEDIUM
  917.  
  918.   * Fixed dselect coredump found by Erick Branderhorst (thanks).
  919.   * Sort obsolete removed packages separately, not under Available.
  920.  
  921.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 23 May 1996 21:31:05 +0100
  922.  
  923. dpkg (1.2.1); priority=MEDIUM
  924.  
  925.   * `=' key in dselect really does `hold' rather than `unhold'.
  926.   * dselect dependency processing now interacts better with `hold'.
  927.   * dselect `I' key (not `i') modifies display of the info window.
  928.   * dselect shows unavailable packages as being unavailable.
  929.   * dselect main menu headings and many other strings changed to try to
  930.     discourage people from deselecting every package and using [R]emove.
  931.     Notably, `select' changed to `mark' throughout.
  932.  
  933.   * dselect disk methods now print a few fewer double slashes.
  934.   * dselect disk access methods will offer to use dpkg --record-avail
  935.     to scan the available packages, if no Packages file is found.
  936.  
  937.   * New dpkg --compare-versions option, for the benefit of scripts &c.
  938.   * New dpkg --clear-avail option forgets all available packages info.
  939.   * New dpkg --print-avail option, prints `available' data (from Packages, &c).
  940.   * dpkg usage message is more informative, but no longer fits on screen.
  941.   * dpkg --avail option renamed --record-avail.
  942.  
  943.   * Latest dpkg-name from Erick Branderhorst.
  944.   * dpkg-scanpackages has more sensible problem reporting.
  945.   * postinst configure now gets null argument (not <unknown> or <none>)
  946.     when there is no previously configured version.
  947.  
  948.   * Guidelines say that postinst configure is given previous version.
  949.   * Guidelines don't refer to maintainer-script-args.txt in main text.
  950.   * Guidelines (Texinfo source) uploaded separately.
  951.  
  952.   * Own version of strcpy (used for debugging) removed.
  953.   * Interface to access methods document in source (doc/dselect-methods.txt).
  954.   * debian.buildscript moves changes file into parent directory.
  955.  
  956.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 22 May 1996 01:26:31 +0100
  957.  
  958. dpkg (1.2.0); priority=MEDIUM
  959.  
  960.   * dselect can sort packages by available and installed states, and
  961.     display their version numbers.  (Use O, o and V.)
  962.   * Hold is properly integrated as a real `wanted state', rather than
  963.     a separate flag.
  964.   * Epochs in version numbers implemented, using the syntax
  965.     <epoch>:<version>-<revision>.  (Epoch not usually displayed.)
  966.   * dselect disk method is architecture-independent (uses dpkg's
  967.     installation architecture, and looks in the right part of the tree).
  968.  
  969.   * dselect disk method doesn't try to satisfy the predependencies of
  970.     packages which are on hold.
  971.   * Fixed conflict-related assertion failure.  (Bug#2784.)
  972.   * conffiles do not cause file conflicts if the conflicting package
  973.     is in the `configuration only' state.  (Bug#2720.)
  974.   * Fixed messages where available version number was reported as installed
  975.     version in conflict and dependency messages.  (Bug#2654, Bug#2974.)
  976.  
  977.   * New format .deb files are default even for a.out compiles (but
  978.     a.out version of dpkg is in old format).
  979.   * Characters @:= (at colon equals) in package names now strictly
  980.     forbidden everywhere (_ is still allowed in existing packages).
  981.   * New dpkg --print-installation-architecture option prints installation
  982.     architecture (compiled in), rather than build architecture (determined
  983.     from gcc -print-libgcc-file-name).
  984.  
  985.   * Version messages show whether compiled a.out or ELF (i386 only).
  986.   * Fixed missing space in version syntax error messages.
  987.   * Manpage dpkg.8 installed with warning about inaccuracy.
  988.  
  989.   * Guidelines don't say to stop and restart daemons in runlevels 2345;
  990.     instead they say to start in 2345 and stop in 016.
  991.   * Guidelines and version messages say just Debian Linux.
  992.   * Guidelines typo fix `"stop2' => `"stop"'.  (Bug#2867.)
  993.  
  994.   * doc/Makefile.in clean properly deletes various guidelines.info* files.
  995.  
  996.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 16 May 1996 00:01:21 +0100
  997.  
  998. dpkg (1.1.6); priority=MEDIUM
  999.  
  1000.   * Check virtual dependencies when removing (ouch! - thanks SDE.)
  1001.   * Fixed bug in internal database validity management that could
  1002.     make dselect and dpkg dump core.  (Bug#2613.)
  1003.   * Fixed two coredumping bugs when using local diversions.  (Bug#2804.)
  1004.   * Fixed disappearance of overwritten packages.  (Bug#2696.)
  1005.   * install-info won't modify dir file before start of menu.
  1006.   * install-info will create Miscellaneous heading if no sections yet.
  1007.  
  1008.   * Only alphanums and +-. allowed in package names - enforced by
  1009.     dpkg-deb --build and documented in Guidelines.
  1010.   * dselect doesn't display packages unless they are installed, selected
  1011.     or available.
  1012.   * dselect doesn't show spurious section and priority headings.
  1013.   * dselect has a few extra keybindings (from Lee Olds).
  1014.   * --force message changed to `--force enabled' so that default is OK.
  1015.  
  1016.   * dpkg-name now includes architecture component in .deb filename,
  1017.     and translates - in package name to _.
  1018.   * .deb file has architecture component in filename.
  1019.  
  1020.   * Guidelines changed to say Pre-Depends is for experts only.
  1021.   * Guidelines say to provide a unidiff (-u) rather than an old context diff.
  1022.   * Guidelines say 755 root.root for shared libraries.
  1023.  
  1024.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 1 May 1996 00:47:22 +0100
  1025.  
  1026. dpkg (1.1.5); priority=MEDIUM (HIGH for diversions users)
  1027.  
  1028.   * Fixed coredump when using diversions.  (Bug#2603.)
  1029.   * Fixed typo in dpkg-divert which could lose diversions.  (Bug#2662.)
  1030.  
  1031.   * --force-overwrite is the default.
  1032.   * diversions.text provides better examples.
  1033.  
  1034.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 10 Apr 1996 13:59:30 +0100
  1035.  
  1036. dpkg (1.1.4); priority=MEDIUM
  1037.  
  1038.   * Allow overwriting of conflicting packages being removed.  (Bug#2614.)
  1039.  
  1040.   * a.out control file says Pre-Depends: libc4 | libc.  (Bug#2640.)
  1041.   * ELF control file and libc dependencies changed to use finalised scheme.
  1042.   * ELF control file and libc dependencies for i386 only.  (Bug#2617.)
  1043.  
  1044.   * Guidelines say use only released libraries and compilers.
  1045.   * Install wishlist as /usr/doc/dpkg/WISHLIST.
  1046.   * Remove spurious entries for Guidelines in info dir file.
  1047.  
  1048.   * dpkg-deb --build checks permissions on control (DEBIAN) directory.
  1049.  
  1050.   * Spaces in control file fields not copied by dpkg-split.  (Bug#2633.)
  1051.   * Spaces in split file part control data ignore.  (Bug#2633.)
  1052.  
  1053.   * Portability fixes, including patch from Richard Kettlewell.
  1054.   * Fixed minor configure.in bug causing mangled GCC -W options.
  1055.  
  1056.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Thu, 4 Apr 1996 01:58:40 +0100
  1057.  
  1058. dpkg (1.1.3); priority=LOW
  1059.  
  1060.   * dselect disk methods support Pre-Depends installation ordering.
  1061.   * When dpkg fails and --auto-deconfigure would help it says so.
  1062.   * dpkg --search output lists several packages with same file on one line.
  1063.   * Improved dpkg usage message somewhat.
  1064.  
  1065.   * dpkg-deb --build checks permissions and types of maintainer scripts.
  1066.   * dpkg-deb --build treats misspecified conffiles as error, not warning.
  1067.   * dpkg --print-architecture prints compiler's architecture while
  1068.     dpkg --version (&c) print system's arch (this to help cross-compiling).
  1069.   * More minor guidelines changes, including dir entry fixup.
  1070.  
  1071.   * configure script caches more values.
  1072.   * Changed maintainer email address to ian@chiark.chu.cam.ac.uk.
  1073.  
  1074.  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 16 Mar 1996 19:18:08 +0000
  1075.  
  1076. dpkg (1.1.2); priority=LOW
  1077.  
  1078.   * Packaging guidelines installed properly (and as guidelines
  1079.     rather than debian-guidelines).
  1080.   * ELF version has more checks to stop you wrecking your dpkg installation.
  1081.   * dselect disk methods now look for a `local' tree as well, for
  1082.     people who want locally-available software of various kinds.
  1083.   * dpkg-divert has debugging message removed.
  1084.   * Minor guidelines changes.
  1085.  
  1086.   * Various makefile cleanups, mainly to do with ELF vs. a.out support.
  1087.   * debian.rules cleans out ~ files itself, as well as calling make clean.
  1088.   * debian.rules names .nondebbin.tar.gz file ELF too, if appropriate.
  1089.  
  1090.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 14 Mar 1996 03:38:29 +0000
  1091.  
  1092. dpkg (1.1.1elf); priority=LOW
  1093.  
  1094.   * Added /usr/lib/dpkg/elf-executables-ok and elf-in-kernel.
  1095.   * Replaces field now allows automatic removal of conflicting packages.
  1096.   * Replaces field now required to overwrite other packages' files.
  1097.   * Architecture field, and dpkg --print-architecture, supported.
  1098.   * build new format archives by default when compiled with ELF compiler.
  1099.  
  1100.   * symlinks are now installed atomically (good for shared libraries).
  1101.   * create /var/lib/dpkg/diversions in postinst if necessary (Bug#2465.)
  1102.   * Pre-Depends now correctly fails if package never configured.
  1103.   * dselect disk methods mount with -o nosuid,nodev.
  1104.   * update-rc.d defaults doesn't add both K and S in any one runlevel;
  1105.     dpkg postinst fixes up this situation if it sees it.
  1106.  
  1107.   * Assorted fixups to the Guidelines, which are now in one piece.
  1108.   * dpkg --list prints version string in one piece.
  1109.   * dpkg-scanpackages doesn't produce notice on output with list of
  1110.     packages with Section and/or Priority control file fields.
  1111.  
  1112.   * control file and debian.rules work both for ELF and non-ELF compiles.
  1113.   * most files compiled with -O2 (-O3 only for some critical files) -
  1114.     this fixes ELF build.
  1115.  
  1116.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Mar 1996 04:25:28 +0000
  1117.  
  1118. dpkg (1.1.0); priority=LOW
  1119.  
  1120.   * dpkg supports Pre-Depends.
  1121.   * postinst script gets most-recently-configured version as $2.
  1122.  
  1123.   * lib/tarfn.c #includes <errno.h> (portability fix).
  1124.  
  1125.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 11 Feb 1996 21:07:03 +0000
  1126.  
  1127. dpkg (1.0.17); priority=LOW
  1128.  
  1129.   * dpkg --recursive follows symlinks (useful for devel tree).
  1130.  
  1131.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Feb 1996 15:58:46 +0000
  1132.  
  1133. dpkg (1.0.16); priority=LOW
  1134.  
  1135.   * dpkg-deb much faster reading new format archives.  (Bug#2256.)
  1136.   * Developers' documentation in /usr/doc/dpkg/, /usr/info/.
  1137.  
  1138.   * Fixed typo in control file Description.
  1139.  
  1140.   * configure script tries to improve matters wrt sysinfo.
  1141.   * any debian-tmp.deb is deleted by `./debian.rules clean'.
  1142.  
  1143.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 4 Feb 1996 15:51:59 +0000
  1144.  
  1145. dpkg (1.0.15); priority=LOW
  1146.  
  1147.   * dselect disk methods should never unmount things they didn't mount.
  1148.   * debian.README aka /usr/doc/copyright updated.
  1149.  
  1150.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 15:05:39 +0000
  1151.  
  1152. dpkg (1.0.14); priority=MEDIUM
  1153.  
  1154.   * fixed file descriptor leak in dpkg introduced in 1.0.11.
  1155.   * included dpkg-name in this package (conflicts with dpkg-name).
  1156.  
  1157.   * redraw in dselect main menu changed to use clearok (like in lists).
  1158.   * sa_restorer in struct sigaction no longer used (portability fix).
  1159.   * removed Guidelines from source package.
  1160.  
  1161.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 30 Jan 1996 02:52:29 +0000
  1162.  
  1163. dpkg (1.0.13); priority=MEDIUM
  1164.  
  1165.   * dselect partition and mounted methods work again.
  1166.   * dpkg-deb --no-act in usage message.
  1167.  
  1168.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 26 Jan 1996 18:37:03 +0000
  1169.  
  1170. dpkg (1.0.12); priority=MEDIUM (HIGH for users of 1.0.11)
  1171.  
  1172.   * Fixed frequent dpkg coredump introduced in 1.0.11.  (Bug#2219.)
  1173.   * dpkg-deb ensures version numbers start with alphanumerics.
  1174.  
  1175.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 24 Jan 1996 00:42:31 +0000
  1176.  
  1177. dpkg (1.0.11); priority=MEDIUM
  1178.  
  1179.   * corrected potentially serious problem with dpkg low-memory in-core
  1180.     files database.
  1181.   * dpkg-split --msdos puts output files in right directory.  (Bug#2165.)
  1182.  
  1183.   * diversions implemented - see `dpkg-divert --help'.
  1184.  
  1185.   * dselect shows and uses (for dependencies) currently installed
  1186.     version of a package if that is more recent.
  1187.   * dpkg --force-... options are in separate help screen.
  1188.   * better error messages for corrupted .deb archives.  (Bug#2178.)
  1189.   * dselect NFS method will unmount correct copy of NFS area if mounted
  1190.     twice.
  1191.  
  1192.   * removes some ELF compilation warnings.
  1193.  
  1194.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 Jan 1996 02:41:46 +0000
  1195.  
  1196. dpkg (1.0.10); priority=MEDIUM
  1197.  
  1198.   * dpkg-deb option parsing unmuddled (-I option was removed
  1199.     in 1.0.9 and broke dpkg-deb).  (Bug#2124.)
  1200.  
  1201.   * dpkg-split will work when ELF `ar' is installed, and is faster.
  1202.  
  1203.   * nfs dselect method now available.
  1204.   * disk methods don't prompt spuriously for Packages files.
  1205.   * cdrom+harddisk methods can find Packages files.
  1206.  
  1207.   * dpkg-scanpackages (creates Packages files) now in /usr/sbin.
  1208.  
  1209.   * various changes to help compilation of dpkg-deb, dpkg-split
  1210.     and md5sum on non-Debian systems.
  1211.   * <sys/fcntl.h> replaced by <fcntl.h> throughout.
  1212.  
  1213.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 Jan 1996 02:55:19 +0000
  1214.  
  1215. dpkg (1.0.9); priority=MEDIUM
  1216.  
  1217.   * dselect uninitialised variable coredump fixed (thanks Carl).
  1218.  
  1219.   * version numbers printed by --version fixed.  (Bug#2115.)
  1220.   * disk method problem with missing Packages files fixed.  (Bug#2114.)
  1221.   * dependency version relationships now <= >= << >> =.  (Bug#2060.)
  1222.  
  1223.   * install-info is in /usr/sbin, not /usr/bin.  (Bug#1924.)
  1224.   * dpkg regards Revision field as obsolete.
  1225.  
  1226.   * <asm/unistd.h> changed to <linux/unistd.h> (for m68k port).
  1227.   * scripts/Makefile.in `clean' target deletes scripts.
  1228.  
  1229.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 11 Jan 1996 20:51:20 +0000
  1230.  
  1231. dpkg (1.0.8); priority=LOW
  1232.  
  1233.   * update-alternatives slightly more helpful message.  (Bug#1975.)
  1234.   * cosmetic improvements to disk installation method.  (Bug#1970,1956.)
  1235.   * mounted filesystem and unmounted partition separate methods.  (Bug#1957.)
  1236.  
  1237.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Dec 1995 04:07:47 +0000
  1238.  
  1239. dpkg (1.0.7); priority=MEDIUM (HIGH to upgrade syslogd)
  1240.  
  1241.   * dselect harddisk/CDROM method script handles multiple package
  1242.     areas.
  1243.   * Everything has a manpage, though many are very unhelpful indeed.
  1244.  
  1245.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 30 Nov 1995 03:59:14 +0000
  1246.  
  1247. dpkg (1.0.6); priority=MEDIUM (HIGH to upgrade syslogd)
  1248.  
  1249.   * conffiles can now be taken over properly from one package by
  1250.     another which replaces it.  (Bug#1482.)
  1251.   * dpkg will not deconfigure essential packages when --auto-deconfigure
  1252.     is set (this bug was fairly unlikely ever to be exercised).
  1253.  
  1254.   * dpkg checks for the presence of certain important programs on the PATH.
  1255.   * dselect is now more informative when a dependency is missing, saying
  1256.     "<package> does not appear to be available".  (Bug#1642, 1705).
  1257.  
  1258.   * `make distclean' fixed; config.* &c removed from source archive.
  1259.   * lib/lock.c now uses fcntl rather than flock, for better portability.
  1260.  
  1261.   * `Package_Revision: 0' removed from control file.
  1262.   * Some inaccuracies and bad formatting in various messages corrected.
  1263.  
  1264.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 21 Nov 1995 20:15:18 +0000
  1265.  
  1266. dpkg (1.0.5); priority=LOW
  1267.  
  1268.   * dpkg-split allows some space for the header.  (Bug#1649.)
  1269.   * dpkg-split now has --msdos option for 8.3 filenames.
  1270.   * dpkg-split --join &c will not complain about trailing garbage.
  1271.  
  1272.   * dselect & dpkg will no longer ignore SIGHUP will running subprocesses.
  1273.  
  1274.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 13 Oct 1995 13:59:51 +0100
  1275.  
  1276. dpkg (1.0.4); priority=MEDIUM (HIGH for dselect users with 1.0.3)
  1277.  
  1278.   * fixed bug which prevented dselect from displaying the bottom line of
  1279.     any listing screen.  This was introduced in 1.0.3, sorry !
  1280.  
  1281.   * a conffile will never cause a prompt if the package maintainer
  1282.     distributes a file identical to the user's, even if the file has
  1283.     been edited by both the user and the maintainer or is a
  1284.     newly-registered conffile.  (Bug#1639.)
  1285.  
  1286.   * dselect disk/cdrom method script says where to get Packages file.
  1287.   * dselect help has better descriptions of the functions of Return and Q.
  1288.  
  1289.   * postinst now warns about some problems with /usr/lib/dpkg/methods/hd.
  1290.  
  1291.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 12 Oct 1995 01:45:38 +0100
  1292.  
  1293. dpkg (1.0.3); priority=MEDIUM
  1294.  
  1295.   * dselect: fixed segfault when doing some multiple (de)selections.
  1296.  
  1297.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 10 Oct 1995 03:21:12 +0100
  1298.  
  1299. dpkg (1.0.2); priority=MEDIUM
  1300.  
  1301.   * problem with screen refresh after `o' (change order) corrected.
  1302.  
  1303.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 9 Oct 1995 13:11:04 +0100
  1304.  
  1305. dpkg (1.0.1); priority=LOW
  1306.  
  1307.   * much better dpkg performance on low-memory systems.
  1308.   * start-stop-daemon --name should now work. (oops!)
  1309.   * fixed typo which could turn into memory overwriting bug sometime.
  1310.  
  1311.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 8 Oct 1995 20:12:29 +0100
  1312.  
  1313. dpkg (1.0.0); priority=LOW
  1314.  
  1315.   * Version 1.0.0: dpkg is no longer beta.
  1316.  
  1317.   * tar extractor no longer looks up an empty string using getgrnam
  1318.     (this causes the libc to coredump when using NIS).
  1319.  
  1320.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 1 Oct 1995 13:07:36 +0100
  1321.  
  1322. dpkg (0.93.80); priority=LOW
  1323.  
  1324.   * dselect help screen intro changed to remove `much' before `help'.
  1325.  
  1326.   * update-alternatives.pl contains hardcoded ENOENT value, instead
  1327.     of requiring POSIX.pm to be present.
  1328.  
  1329.   * Makefiles changed to strip when installing instead of when building.
  1330.  
  1331.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 30 Sep 1995 01:44:12 +0100
  1332.  
  1333. dpkg (0.93.79) BETA; priority=LOW
  1334.  
  1335.   * DPKG_NO_TSTP environment variable which stops dpkg sending the
  1336.     process group a SIGTSTP (Bug#1496).
  1337.   * End key should work in dselect lists (Bug#1501).
  1338.   * various message typos (missing \n's) fixed (Bug#1504).
  1339.  
  1340.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 29 Sep 1995 03:27:01 +0100
  1341.  
  1342. dpkg (0.93.78) BETA; priority=LOW
  1343.  
  1344.   * dselect keystrokes help file typo fix.
  1345.  
  1346.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 28 Sep 1995 20:31:02 +0100
  1347.  
  1348. dpkg (0.93.77) BETA; priority=MEDIUM
  1349.  
  1350.   * dpkg --remove --pending will purge things when appropriate.
  1351.  
  1352.   * fixed failure to null-terminate dpkg conflict problem messages.
  1353.   * fixed bug in formatting of dependency version problem messages.
  1354.  
  1355.   * Conffiles resolution prompt for new conffile: typo fixed.
  1356.   * Changed dpkg usage error to suggest `-Dhelp' instead of `--Dhelp'.
  1357.  
  1358.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 23:44:35 +0100
  1359.  
  1360. dpkg (0.93.76) BETA; priority=MEDIUM
  1361.  
  1362.   * dpkg --auto-deconfigure option (used automatically by dselect) allows
  1363.     `important' packages which many others depend on to be split.
  1364.   * dpkg should no longer fail an assertion during complicated
  1365.     multiple configurations involving packages which are on hold.
  1366.  
  1367.   * update-alternatives supports negative priorities.
  1368.   * /etc/alternatives is included in the .deb archive.
  1369.  
  1370.   * Package priorities changed: Required (Req), Important (Imp), Standard (Std),
  1371.     Optional (Opt) and Extra (Xtr).  For backward compatibility Base is an
  1372.     alias for Required, and Recommended is kept as a level just below Standard.
  1373.  
  1374.   * dselect shows introductory help screen when entering package lists (both
  1375.     main and recursive).
  1376.   * dselect help messages made more friendly.
  1377.   * dselect package list `quit, confirm, and check dependencies' key is
  1378.     now Return rather than lowercase `q'; likewise method list `select this
  1379.     one and configure it' key.
  1380.   * dselect selects packages with priority `standard' or better by default.
  1381.   * dselect `v=verbose' becomes `v=terse' when in verbose mode.
  1382.  
  1383.   * hard disk method unmounts /var/lib/dpkg/methods/mnt on failure.
  1384.   * disk methods' install message uses `stty' to find out what the
  1385.     interrupt character is, and uses that in the prompt (rather than ^C).
  1386.   * dpkg now tolerates ^Z characters in Packages files.
  1387.   * harddisk method doesn't display extra slash when updating packages file.
  1388.   * harddisk method burbles less if it doesn't have a good default.
  1389.  
  1390.   * dpkg-deb now supports new flexible format, but old format still default.
  1391.  
  1392.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 20 Sep 1995 02:49:41 +0100
  1393.  
  1394. dpkg (0.93.75) BETA; priority=MEDIUM
  1395.  
  1396.   * dselect no longer segfaults when you try to modify the last item.
  1397.  
  1398.   * dselect Makefile compiles with -g, and links without -s, but installs
  1399.     with -s, so that built source directory has debugabble binary.
  1400.  
  1401.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 12 Sep 1995 02:59:29 +0100
  1402.  
  1403. dpkg (0.93.74) BETA; priority=LOW
  1404.  
  1405.   * dpkg-split implemented and installed in /usr/bin/dpkg-split.
  1406.     (NB this is not compatible with Carl Streeter's old dpkg-split script.)
  1407.   * dpkg uses dpkg-split.
  1408.   * floppy disk method available - NB this is a first attempt only.
  1409.  
  1410.   * hard disk method uses --merge-avail rather than --update-avail.
  1411.   * installation by default of `standard' packages removed again.
  1412.     (I don't think this is the right place to do this.)
  1413.   * update-alternatives --remove correctly deletes all slave links;
  1414.     minor cosmetic improvements.
  1415.  
  1416.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 11 Sep 1995 02:06:05 +0100
  1417.  
  1418. dpkg (0.93.73) BETA; priority=LOW
  1419.  
  1420.   * dselect multi-package selection now done by `divider' lines
  1421.     actually in the package list, rather than horizontal highlight
  1422.     movement.
  1423.   * dselect help available, and keybindings rationalised.
  1424.  
  1425.   * postinst removes /usr/lib/dpkg/methods/hd if upgrading from
  1426.     0.93.42.3 or earlier.
  1427.   * `hold' flag changed to be settable by the user only, and
  1428.     made orthogonal to the `reinstallation required' flag.
  1429.   * dpkg will install by default any packages with priority of
  1430.     `standard' or better unless they're explictly deselected.
  1431.  
  1432.   * dselect dependency/conflict resolution will suggest marking absent
  1433.     packages for `purge' rather than `deinstall'.
  1434.   * disk method script produces message about invoking dpkg.
  1435.   * dpkg produces warning, not error, when it gets EPERM trying to
  1436.     remove a directory belonging to a package being removed.
  1437.   * dpkg, dpkg-deb usage error reporting improved.
  1438.   * dselect detects too-dumb terminals and stops.
  1439.   * dpkg-deb(8) updated a little (thanks to Bill Mitchell).
  1440.  
  1441.   * dselect debugmake script uses -O0.
  1442.  
  1443.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 10 Sep 1995 12:23:05 +0100
  1444.  
  1445. dpkg (0.93.72) BETA; priority=MEDIUM
  1446.  
  1447.   * /usr/sbin/update-alternatives added.
  1448.  
  1449.   * New names for certain control file fields (old names work
  1450.     as aliases): Optional -> Suggests, Recommended -> Recommends,
  1451.     Class -> Priority.
  1452.      
  1453.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 3 Sep 1995 16:37:41 +0100
  1454.  
  1455. dpkg (0.93.71) BETA; priority=LOW
  1456.  
  1457.   * dpkg doesn't silently overwrite `new' conffiles (Bug#1283).
  1458.   * case now not significant in Essential, Status and Class (Bug#1280).
  1459.   * dselect checks method scripts for execute, not for write.
  1460.  
  1461.   * spelling fixes in lib/dbmodify.c and dselect/helpmsgs.src.
  1462.  
  1463.   * dselect `clean' target deletes helpmsgs.cc and helpmsgs.cc.new.
  1464.  
  1465.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 31 Aug 1995 13:56:08 +0100
  1466.  
  1467. dpkg (0.93.70) BETA; priority=MEDIUM
  1468.  
  1469.   * dselect unmounted harddisk method has many silly bugs fixed.
  1470.  
  1471.   * dpkg --root option restored (was removed by mistake in 0.93.68).
  1472.   * minor cosmetic change to dselect subprocess failure message.
  1473.  
  1474.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
  1475.  
  1476. dpkg (0.93.69) BETA; priority=MEDIUM
  1477.  
  1478.   * dpkg --configure and --remove should work properly when
  1479.     they have to defer processing (this tends to happen when many
  1480.     packages are processed at once).  (Bug#1209.)
  1481.  
  1482.   * dpkg --configure and --remove work better when `processing'
  1483.     several related packages with --no-act.
  1484.  
  1485.   * dpkg --auto is now two options, --pending or -a (for configure,
  1486.     remove, &c) and --recursive or -R (for install, unpack, &c).
  1487.  
  1488.   * dpkg debug options in usage message, and values available (-Dh).
  1489.  
  1490.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 9 Aug 1995 22:18:55 +0100
  1491.  
  1492. dpkg (0.93.68) BETA; priority=MEDIUM
  1493.  
  1494.   * dpkg won't get an internal error if you try to use the default
  1495.     conffiles response (ie, if you just hit return).  (Bug#1208.)
  1496.  
  1497.   * dselect hard disk and CD-ROM methods - the real thing, but ALPHA.
  1498.  
  1499.   * dselect allows you to go straight to `update' or `install' if
  1500.     you have already set up an access method.
  1501.   * new dpkg options --yet-to-unpack, --merge-avail and --update-avail.
  1502.   * dpkg -G is an abbreviation for dpkg --refuse-downgrade.
  1503.   * dpkg -R alias for --root withdrawn, pending reuse with different meaning.
  1504.   * dpkg --help message rationalised somewhat.
  1505.  
  1506.   * Obsolete `examples' and `dpkg-split' directories removed from
  1507.     source tree.  The `hello' package is a better example.
  1508.  
  1509.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 7 Aug 1995 02:16:25 +0100
  1510.  
  1511. dpkg (0.93.67) BETA; priority=LOW for C dpkg alpha testers, HIGH for others
  1512.  
  1513.   * dpkg no longer statically linked and -g.
  1514.   * calls to abort() changed to print string, file and line number first.
  1515.   * removed unused variable from dpkg source.
  1516.  
  1517.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 4 Aug 1995 01:39:52 +0100
  1518.  
  1519. dpkg (0.93.66) ALPHA; priority=MEDIUM
  1520.  
  1521.   * dpkg will correctly remove overwritten files from the lists of
  1522.     the package(s) that used to contain them.
  1523.  
  1524.   * dpkg --purge is now an action, rather than a modifier for --remove,
  1525.     and the -P alias for it is withdrawn.
  1526.  
  1527.   * dpkg --unpack/--install filenames in messages are now more sensible
  1528.     about when to use .../ (show as many trailing components as possible
  1529.     in 40 characters, or the whole path if that the last component is
  1530.     longer than that).
  1531.  
  1532.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 3 Aug 1995 02:11:03 +0100
  1533.  
  1534. dpkg (0.93.65) ALPHA; priority=MEDIUM
  1535.  
  1536.   * dpkg --remove should, when a package being removed is depended-on
  1537.     by another that is also queued for removal, defer the depended-on
  1538.     package rather than aborting it.  (Bug#1188.)
  1539.  
  1540.   * dpkg will not attempt to configure or remove a package more than
  1541.     once in the same run.  (Bug#1169.)
  1542.  
  1543.   * dpkg cosmetic fix to dependency problems message (this bug
  1544.     hasn't been triggered to my knowledge).
  1545.  
  1546.   * perl-dpkg no longer installed in /usr/bin.
  1547.  
  1548.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 2 Aug 1995 13:02:58 +0100
  1549.  
  1550. dpkg (0.93.64) ALPHA; priority=MEDIUM
  1551.  
  1552.   * dpkg marks a package as no longer `to be configured in this run'
  1553.     when an error occurs, so that other packages which depend on it
  1554.     will fail (rather than causing a loop and an assertion failure,
  1555.      packages.c:166: failed assertion `dependtry <= 4').
  1556.  
  1557.   * dselect initial selection granularity is single-package.
  1558.   * dpkg --no-also-select option renamed to --selected-only (old option
  1559.     still accepted, but no longer in --help).  Changed -N to -O.
  1560.  
  1561.   * dselect `update' option changed to `install' (and other options
  1562.     renamed too).  NB: old access methods will not work, because
  1563.     the `update' script should now be an `install' script.
  1564.  
  1565.   * dselect `installation methods' renamed to `access methods'.
  1566.   * dpkg --skip-same-version and --refuse-downgrade produce friendlier
  1567.     messages when they skip packages.
  1568.   * --licence option now properly mentioned in all programs' --version
  1569.     messages.
  1570.  
  1571.   * bad fix for ELF compile problem involving myopt.h removed (compile
  1572.     problem turned out to be a GCC bug.)
  1573.  
  1574.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 1 Aug 1995 03:03:58 +0100
  1575.  
  1576. dpkg (0.93.63) ALPHA; priority=LOW
  1577.  
  1578.   * preinst works around shell bug/misfeature involving `trap'.
  1579.  
  1580.   * dpkg --skip-same-version doesn't skip packages which have
  1581.     an error flag set or which aren't in a standard `installed' state.
  1582.  
  1583.   * dpkg --search now does a substring search if the string doesn't
  1584.     start with a wildcard character (*, [ or ?) or slash.
  1585.  
  1586.   * problem with C/C++ linkage of stuff in "myopt.h" fixed, to help
  1587.     with compiling with GCC 2.7.0.
  1588.  
  1589.   * dselect Makefile.in `clean' deletes curkeys.inc &c, so that they are
  1590.     not shipped in the distribution source and will be rebuilt on the
  1591.     target system.
  1592.  
  1593.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 27 Jul 1995 13:38:47 +0100
  1594.  
  1595. dpkg (0.93.62) ALPHA; priority=HIGH
  1596.  
  1597.   * dpkg purges leftover control scripts from /var/lib/dpkg/tmp.ci,
  1598.     rather than associating them with the wrong package.  (Bug#1101.)
  1599.  
  1600.   * dpkg won't `disappear' packages containing no files or directories,
  1601.     nor a package required for depends/recommended.  (Bug#1128.)
  1602.  
  1603.   * dpkg follows directory symlinks.  (Bug#1125.)
  1604.  
  1605.   * dselect fixups for ELF/GCC2.7.0 compilation.
  1606.  
  1607.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 21 Jul 1995 21:43:41 +0100
  1608.  
  1609. dpkg (0.93.61) ALPHA; priority=LOW
  1610.  
  1611.   * dselect keybindings and status characters and descriptions changed
  1612.     (in pursuance of Bug#1037, user interface problems, still open.)
  1613.  
  1614.   * Some cleanups to fix mistakes discovered by ELF-GCC 2.7.0, and fixup
  1615.     for newer C++ draft standard (`for' variable declaration scope change).
  1616.  
  1617.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 18 Jul 1995 01:42:51 +0100
  1618.  
  1619. dpkg (0.93.60) ALPHA; priority=HIGH
  1620.  
  1621.   * dpkg doesn't think packages have `disappeared' if you install
  1622.     several packages at once.  (later reported as Bug#1132.)
  1623.  
  1624.   * usage error messages tidied up.
  1625.  
  1626.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 17:56:56 +0100
  1627.  
  1628. dpkg (0.93.59) ALPHA; priority=HIGH
  1629.  
  1630.   * dpkg doesn't break maintainer scripts &c if package `foo' exists
  1631.     when processing package `foobar'.  (Related to Bug#1101.)
  1632.  
  1633.   * dpkg implements `disappear' functionality.
  1634.   * dpkg/dselect remove dead entries from /var/lib/dpkg/status.
  1635.  
  1636.   * dpkg --list now sorted correctly and output somewhat improved.
  1637.   * some debugging messages moved from dbg_stupidlyverbose to dbg_scripts.
  1638.   * dpkg prints `Removing foo' message even if foo is not configured.
  1639.   * dpkg only prints `serious warning: files list file ... missing'
  1640.     once for each package.
  1641.  
  1642.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 16 Jul 1995 02:32:11 +0100
  1643.  
  1644. dpkg (0.93.58) ALPHA; priority=HIGH
  1645.  
  1646.   * dpkg should write out status even for packages which it has only
  1647.     encountered in the `available' file so far.
  1648.  
  1649.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 20:19:21 +0100
  1650.  
  1651. dpkg (0.93.57) ALPHA; priority=LOW
  1652.  
  1653.   * dpkg does chroot when running maintainer scripts (--instdir
  1654.     should work right now, though I haven't been able to test it).
  1655.  
  1656.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 14 Jul 1995 01:32:30 +0100
  1657.  
  1658. dpkg (0.93.56) ALPHA; priority=HIGH
  1659.  
  1660.   * dpkg can now overwrite symlinks to directories, and will
  1661.     do correct handling of symlinks to plain files.
  1662.   * dpkg should not replace any directory with a symlink.
  1663.  
  1664.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 13 Jul 1995 02:43:36 +0100
  1665.  
  1666. dpkg (0.93.55) ALPHA; priority=MEDIUM
  1667.  
  1668.   * dpkg can now extract hardlinks.
  1669.   * dpkg configuration/removal works in the presence of dependency cycles.
  1670.   * dpkg should no longer fail an assertion at processarc.c:193.
  1671.  
  1672.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Wed, 12 Jul 1995 01:34:44 +0100
  1673.  
  1674. dpkg (0.93.54) ALPHA; priority=MEDIUM
  1675.  
  1676.   * dpkg and dselect no longer throw away all Class and Section
  1677.     information in /var/lib/dpkg/available.  (Oops.)
  1678.   * dpkg --refuse-<something> now works (this broke some dselect
  1679.     method scripts' attempts to use --refuse-downgrade).
  1680.   * dpkg --audit and --list implemented.
  1681.  
  1682.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 10 Jul 1995 00:35:13 +0100
  1683.  
  1684. dpkg (0.93.53) ALPHA; priority=LOW
  1685.  
  1686.   * dpkg --install/--unpack only skips on-hold packages with --auto.
  1687.   * dpkg doesn't fclose() the --fsys-tarfile pipe twice.
  1688.   * dpkg error handling and reporting cleaned up.
  1689.   * dpkg now lists any failed packages/files just before exiting.
  1690.  
  1691.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 9 Jul 1995 16:31:36 +0100
  1692.  
  1693. dpkg (0.93.52) ALPHA; priority=MEDIUM
  1694.  
  1695.   * dpkg won't segfault due to missing (Package_)Revision fields.
  1696.   * dpkg --search works.
  1697.   * dpkg will set execute permissions on scripts if necessary.
  1698.   * dpkg prints filenames in --unpack and --install.
  1699.  
  1700.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 12:41:39 +0100
  1701.  
  1702. dpkg (0.93.51) ALPHA; priority=HIGH
  1703.  
  1704.   * dpkg --status and --listfiles now work.
  1705.  
  1706.   * dpkg --remove --auto won't try to remove everything (!)
  1707.   * dpkg --unpack doesn't coredump after unpacking the first package.
  1708.   * dpkg won't fail an assertion if it bombs out of --configure
  1709.     or --remove because of too many errors.
  1710.  
  1711.   * Support for `Essential' in dpkg (not yet in dselect).
  1712.   * `available' (Packages) file class and section override those
  1713.     from package control files.
  1714.   * `Essential: yes' added to control file.
  1715.  
  1716.   * Locking strategy changed, now uses flock (no more stale locks).
  1717.   * preinst now more helpful about conffiles upgrade problem.
  1718.  
  1719.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 8 Jul 1995 01:15:26 +0100
  1720.  
  1721. dpkg (0.93.50) ALPHA
  1722.  
  1723.   * C dpkg now in service.
  1724.  
  1725.   * dselect now installs in /usr/bin instead of /usr/sbin.
  1726.   * Improved `explanation of display' help and changed HSOC to EIOW.
  1727.   * dselect goes back to top of info display when you move the
  1728.     highlight.
  1729.  
  1730.   * Added <sys/types.h> to md5sum/md5.c, for the benefit of FreeBSD.
  1731.   * --admindir doesn't append `var/lib/dpkg' to its argument.
  1732.  
  1733.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
  1734.  
  1735. dpkg (0.93.42.3) BETA; priority=LOW
  1736.  
  1737.   * Rebuilt using ncurses 1.9.2c-0.
  1738.   * Silenced `subcritical error' message if errno == ENOENT.
  1739.  
  1740.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 12 Jun 1995 13:09:24 +0100
  1741.  
  1742. dpkg (0.93.42.2) BETA; priority=HIGH
  1743.  
  1744.   * install-info --remove properly removes multi-line entries.
  1745.   * Slightly changed ^L redraw code in dselect package list.
  1746.  
  1747.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sat, 10 Jun 1995 14:06:01 +0100
  1748.  
  1749. dpkg (0.93.42.1) BETA; priority=HIGH esp. for new installations
  1750.  
  1751.   * update-rc.d default no longer adds K entries in runlevels 2345.
  1752.  
  1753.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 6 Jun 1995 18:56:23 +0100
  1754.  
  1755. dpkg (0.93.42) BETA; priority=LOW; HIGH for dselect users
  1756.  
  1757.   * Fix unitialised variable reference bug in dselect (#890).
  1758.   * Fix problem with wordwrapping package and method descriptions.
  1759.   * Create /var/lib/dpkg/methods/mnt.
  1760.  
  1761.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 19 May 1995 21:03:08 +0100
  1762.  
  1763. dpkg (0.93.41) BETA; priority=LOW
  1764.  
  1765.   * Create /var/lib/dpkg/methods.
  1766.   * dpkg.pl noisily ignores --skip-same-version rather than barfing.
  1767.  
  1768.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 13:28:27 +0100
  1769.  
  1770. dpkg (0.93.40) BETA; priority=LOW
  1771.  
  1772.   * dselect's subprogram failure message made to stand out more.
  1773.  
  1774.   * When switching out of curses, always move the cursor to the
  1775.     bottom right corner of the screen.
  1776.  
  1777.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Tue, 16 May 1995 01:03:38 +0100
  1778.  
  1779. dpkg (0.93.39) BETA; priority=LOW
  1780.  
  1781.   * dselect can now:
  1782.     - allow you to select and configure an installation method;
  1783.     - invoke installation method scripts to update the available file
  1784.       and unpack packages;
  1785.     - invoke dpkg to configure and remove packages.
  1786.     There are no installation methods available yet.
  1787.  
  1788.   * Search feature in dselect works (it was purely an ncurses bug).
  1789.  
  1790.   * dpkg-*.nondebbin.tar.gz now available (built by debian.rules).
  1791.  
  1792.   * The target directory for dpkg-deb --extract (also available as
  1793.     dpkg --extract) is no longer optional.  dpkg-deb suggests the use
  1794.     of dpkg --install if you omit it.
  1795.  
  1796.   * Added <errno.h> to lib/lock.c and fixed ref. to `byte' in
  1797.     md5sum/md5.c, for portability to Solaris 2.
  1798.  
  1799.   * Rebuilt `configure' and `config.h.in' using autoconf 2.3.
  1800.   * Revised function attribute support checking in configure script.
  1801.   * Removed obsolete `dselect.pl' from scripts directory.
  1802.   * New option --licence on all the C programs.
  1803.  
  1804.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Sun, 14 May 1995 18:05:38 +0100
  1805.  
  1806. dpkg (0.93.38) BETA; priority=MEDIUM
  1807.  
  1808.   * Version number comparisons (in dpkg and dselect) now >= <=
  1809.     as documented (Bug#831; thanks to Christian Linhart).
  1810.  
  1811.   * dselect now has a non-superuser readonly mode.
  1812.   * dselect doesn't pop up unsatisfied `Optional's when quitting.
  1813.   * `unable to delete saved old file' message fixed dpkg_tmp to dpkg-tmp.
  1814.  
  1815.   * Made dpkg convert `revision' to `package_revision' when reading
  1816.     (eg) the `status' file.  libdpkg.a has `revision' as a synonym
  1817.     for `package_revision' and writes the former.
  1818.  
  1819.   * Major improvements and many changes to C option parsing, database
  1820.     management, error handling, Makefiles &c to support dpkg.
  1821.   * dpkg-deb should now work if sizeof(void*) < sizeof(void(*)()).
  1822.  
  1823.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Mon, 24 Apr 1995 12:34:39 +0100
  1824.  
  1825. dpkg (0.93.37) BETA; priority=LOW (MEDIUM for dselect users)
  1826.  
  1827.   * Fixed segfault if no description available (Bug#735);
  1828.     thanks to Peter Tobias for the bug report.
  1829.   * Fixed other assorted minor bugs in description displays.
  1830.  
  1831.   * Changed dpkg-deb --info short option from -i to -I, to make
  1832.     it unique across dpkg and dpkg-deb (-i still works with
  1833.     dpkg-deb for backwards compatibility).
  1834.  
  1835.   * Produce more sensible error when main package list is empty.
  1836.  
  1837.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Fri, 7 Apr 1995 02:24:55 +0100
  1838.  
  1839. dpkg (0.93.36) BETA; priority=LOW (MEDIUM for dselect users)
  1840.  
  1841.   * All the C code (including dselect) updated to support `provides'
  1842.     (virtual packages).
  1843.   * Revamped dselect's related package selection/deselection
  1844.     algorithms.
  1845.   * Everything can now handle arbitrary `class' values (as well
  1846.     as the predefined ones which we understand and can interpret).
  1847.   * Fixed bug that prevented display update when moving down a small
  1848.     recursive package list in dselect.
  1849.   * Column heading characters corrected from `SHOC' to `HSOC'.
  1850.  
  1851.  -- Ian Jackson <iwj10@cus.cam.ac.uk>  Thu, 6 Apr 1995 12:48:13 +0100
  1852.  
  1853. dpkg (0.93.35) BETA; priority=MEDIUM
  1854.  
  1855.  * Preserve ownerships and permissions on configuration files.
  1856.  * Fix bug in conffile updating that could leave a hardlink
  1857.    <foo>.dpkg-new to the conffile <foo>.
  1858.  
  1859.  * Improved dselect's package list help messages.
  1860.  * Highlight now moves on after (de)selecting just one package.
  1861.  * Better algorithm for scrolling up/down when moving highlight.
  1862.  * Fixed bug in display of `preformatted' extended Description lines.
  1863.    (dselect is still ALPHA, but is fairly stable.)
  1864.  
  1865.  * Improved dpkg's message when configuring a package that doesn't
  1866.    exist, and when selecting or skipping a package that isn't
  1867.    currently selected (during unpack processing).
  1868.  
  1869.  * Description in control file expanded.
  1870.  
  1871.  * Scroll back to top when changing what is in the `info' area.
  1872.  
  1873. dpkg (0.93.34) BETA; priority=LOW (HIGH for dselect users)
  1874.  
  1875.  * dselect: Fixed bug which caused a coredump if you exited the
  1876.    package list if you'd made any changes.  Ouch !
  1877.  
  1878.  * dselect: Improved selection algorithm to show fewer extraneous
  1879.    packages; improved display for unavailable packages.
  1880.  
  1881.  * dpkg: Improved progress messages during unpacking somewhat.
  1882.  
  1883. dpkg (0.93.33) BETA; priority=LOW (HIGH for dselect users)
  1884.  
  1885.  * dselect now has a main menu.
  1886.  
  1887.  * Fixed nasty uninitialised data bug in dselect.
  1888.  
  1889.  * dselect now locks and unlocks the packages database.
  1890.  
  1891. Mon, 27 Mar 1995 03:30:51 BST  Ian Jackson <iwj10@cus.cam.ac.uk>
  1892.  
  1893.     * dpkg (0.93.32): Alpha dselect released and installed in
  1894.                       /usr/sbin/dselect.
  1895.     * dpkg (0.93.32): Many portability enhancements: should now
  1896.                       compile using GCC 2.6.3, and dpkg-deb should
  1897.                       compile better on non-Linux systems.
  1898.     * dpkg (0.93.32): dpkg will not loop if its stdin disappears
  1899.                       and it needs to prompt.
  1900.     * dpkg (0.93.32): Fixed removal dependency error to show
  1901.                       correct package (Bug #648).
  1902.     * dpkg (0.93.32): Tidied up copyright notices.
  1903.     * dpkg (0.93.32): First draft of update-rc.d manpage, not yet
  1904.                       installed in /usr/man.
  1905.     * dpkg (0.93.32): Changes to top-level Makefile.in to improve
  1906.                       error trapping.
  1907.     * dpkg (0.93.32): Improved Makefile `clean' and `distclean'
  1908.                       targets.
  1909.     * dpkg (0.93.32): Deleted irrelevant `t.c' from lib and
  1910.                       dselect directories.
  1911.     * dpkg (0.93.32): Added vercmp.c with version comparison code.
  1912.     * dpkg (0.93.32): varbufextend message changed - varbufs not
  1913.                       just for input buffers.
  1914.     * dpkg (0.93.32): varbuf has C++ member functions in header
  1915.                       #ifdef __cplusplus.
  1916.  
  1917. Changes in dpkg 0.93.31:
  1918.  
  1919. * start-stop-daemon --pidfile now works (Bug#571).
  1920. * Fixed dependency processing bugs which could require a rerun of
  1921.   dpkg --configure (Bug#566).
  1922. * Fixed garbage output for `language' of control file in dpkg-deb --info.
  1923.  
  1924. Changes in dpkg 0.93.30:
  1925.  
  1926. * Added /usr/sbin/start-stop-daemon.
  1927.  
  1928. Changes in dpkg 0.93.29:
  1929.  
  1930. * Made postinst scripts really be run when dpkg --purge used.
  1931. * Added new --force-extractfail option - VERY DANGEROUS.
  1932.  
  1933. Changes in dpkg 0.93.28:
  1934.  
  1935. * Removed undef of 0x_p21 in read_database_file, which caused the
  1936.   the whole status database to become trashed when any update files
  1937.   were read.
  1938. * Make infinite-loop prevention and cycle detection work.
  1939. * Made findbreakcycle work (ie, break properly when cycle detected).
  1940. * New script, update-rc.d, to update links /etc/rc?.d/[KS]??*.
  1941. * dpkg.pl now sets the umask to 022.
  1942. * Cosmetic error message fix to dpkg-deb.
  1943. * Deleted OLD directory altogether.
  1944. * Improved error-trapping in top-level Makefile loops.
  1945.  
  1946. Changes in dpkg 0.93.27:
  1947.  
  1948. * Make version number specifications in Depends &c work.
  1949. * Added AC_PROG_CXX to autoconf.in for dselect.
  1950. * Changed myopt.h not to have cipaction field in cmdinfo (this was
  1951.   specially for dpkg-deb) - now we have a generic void*.
  1952. * Renamed `class' member of `pkginfoperfile' to `clas' [sic].
  1953. * Much work in `dselect' subdirectory.
  1954. * Deleted executables, objects and libraries from OLD tree !
  1955. * Minor changes to various copyright notices and top-of-file comments.
  1956. * Don't install nasty Perl dselectish thing as /usr/bin/dselect.
  1957.  
  1958. Changes in dpkg 0.93.26:
  1959.  
  1960. * Added --no-also-select instead of not auto-selecting on --unpack
  1961.   but doing so on --install; removed --force-unpack-any.
  1962.  
  1963. Changes in dpkg 0.93.25:
  1964.  
  1965. * Fixed duplicate output (failure to flush before fork) bug.
  1966. * More clarification of md5sum.c copyright.
  1967. * Corrected typo in ChangeLog in 0.93.24 source package.
  1968.  
  1969. Changes in dpkg 0.93.24:
  1970.  
  1971. * dpkg could copy conffiles info from one package to another.  Aargh.
  1972.   Bug #426.
  1973. * dpkg failed to initialise status if you tried to remove or
  1974.   configure a nonexistent package.  Bug #419.
  1975. * install-info now handles START-INFO-DIR-ENTRY entries like:
  1976.    * Gdb::                         The GNU debugger.
  1977.   Previously it would only accept (Bug #407):
  1978.    * Gdb: (gdb).                   The GNU debugger.
  1979. * When installing a new foo.info[.gz], install-info now replaces
  1980.    * Foo: (foo.info).              The Gnoo Foo.
  1981.   as well as just * Foo: (foo). ...
  1982. * Moved option parsing out of dpkg-deb into libdpkg.
  1983. * Assorted minor source code rearrangements.
  1984. * Fixed assorted copyright notices, clarified md5sum copyright.
  1985. * Corrected typo in 0.93.23 source package's ChangeLog.
  1986.  
  1987. Changes in dpkg 0.93.23:
  1988.  
  1989. * `dpkg-deb' --build now does a syntax check on the control file.
  1990. * `dselect' is now no longer called `debian', spurious copy removed
  1991.   from package top-level source directory.
  1992. * C control information parsing complete and somewhat tested.
  1993. * Moved `global' include files into $(srcdir)/include from ../lib,
  1994.   added some files to the lib Makefile, and arranged for pop_cleanup().
  1995.  
  1996. Changes in dpkg 0.93.22:
  1997.  
  1998. * Fixed bug which caused dpkg to see failures of md5sum where there
  1999.   were none (would also have caused dpkg to miss a real failure).
  2000. * Fixed failure to update some `status' database fields.
  2001.  
  2002. Changes in dpkg 0.93.21:
  2003.  
  2004. * Fixed error-handling bug which could corrupt database.
  2005.  
  2006. Changes in dpkg 0.93.20:
  2007.  
  2008. * Fixed bug which ran old (/var/adm/dpkg) postinst scripts.
  2009. * Fixed dpkg usage message which claimed -i => both --install & --info.
  2010. * Use Colin Plumb's MD5 code - faster, and better copyright.
  2011. * Manpages: dpkg-deb(8), deb-control(5), deb(5) - thanks to Raul
  2012.   Deluth Miller.  Also, an xfig picture of some C program innards.
  2013.  
  2014. Changes in dpkg 0.93.19:
  2015.  
  2016. * Don't delete the `list' file from the dpkg database.
  2017. * Fixed various bugs in the conffile handling.
  2018. * Conffiles that are symlinks will now be treated as if the
  2019.   `dereferenced' name of the file was listed in conffiles.  This means
  2020.   that /etc/foo -> /usr/etc/foo will cause all conffile updates of
  2021.   /etc/foo to create /usr/etc/foo.dpkg-tmp &c instead.  However, the
  2022.   link will be removed if --purge is used to delete all the conffiles.
  2023. * When doing a new installation, or when updating a conffile that
  2024.   wasn't listed as a conffile in the old version of the package, don't
  2025.   do any prompting but just install the version from the archive.
  2026. * Corrected error message if exec of dpkg --vextract failed
  2027.   and --instroot or --root specified.
  2028. * Added new --force-unpack-any option.
  2029. * Extra newline after --status output.
  2030. * Added -W options to CFLAGS.
  2031. * Fixed mistake in previous ChangeLog entry.
  2032.  
  2033. Changes in dpkg 0.93.18:
  2034.  
  2035. * Fixed invocation of dpkg-deb --vextract if --root or --instdir
  2036.   not specified.
  2037. * Create /var/lib/dpkg/updates.
  2038.  
  2039. Changes in dpkg 0.93.17:
  2040.  
  2041. * install-info --remove exits with status 0 if it doesn't find the
  2042.   thing to remove, instead of status 1.
  2043. * Error handling functions have __attribute__((format...)) if GCC.
  2044. * push_cleanup its arg takes void **argv instead of char **argv.
  2045. * Top-level Makefile.in has set -e before `for' loops.
  2046. * dpkg-deb --info not-an-existing-file produces fewer error messages.
  2047.  
  2048. Changes in dpkg 0.93.16:
  2049.  
  2050. * Made --root= option really extract to $instroot instead of `/'.
  2051. * install-info clears the 0444 bits in its umask.
  2052. * Fixed a few database handling bugs which cause dpkg always to fail,
  2053.   and usually to corrupt the status database in various ways.
  2054. * dpkg-deb completely rewritten, now doesn't tinker with
  2055.   /var/{adm,lib}/dpkg.  Should be faster.
  2056. * Directory structure and Makefiles in source package reorganised.
  2057.  
  2058. Changes in dpkg 0.93.15:
  2059.  
  2060. * Added `debian' (dselect), still very primitive.
  2061. * Database format changed, and moved from /var/adm to /var/lib.
  2062. * Added dpkg --avail mode, --list, --status and --search.
  2063. * Set of dpkg => dpkg-deb pass-through operations changed (but
  2064.   dpkg-deb not yet updated).
  2065. * Added --root, --admindir and --instdir, as well as --isok &c.
  2066. * Moved much stuff into /usr/lib/dpkg-lib.pl, rewritten status
  2067.   database handling.
  2068. * Put packages in `purge' state even if `deinstall' requested if
  2069.   they have no postrm and no conffiles.
  2070. * Version number comparisons fixed.
  2071. * insert-version.pl now installes lib.pl filename too.
  2072. * Strip trailing slashes when reading files from file lists.
  2073.  
  2074. Changes in dpkg 0.93.14:
  2075.  
  2076. * Fixed parsing of DEPENDS &c fields with trailing whitespace.
  2077. * postinst now fixes up broken ispell.control file.
  2078. * Cyclic dependency/multiple package removal processing: don't consider
  2079.   packages we've just removed when looking for a reason not to go ahead.
  2080. * Added call to postinst with `purge' argument for expunging old
  2081.   configuration etc. that aren't listed in conffiles.
  2082.  
  2083. Changes in dpkg 0.93.13:
  2084.  
  2085. * sub S_ISREG defined in dpkg.pl.
  2086. * Checking of DEPENDS &c fields was too lax, causing an internal error
  2087.   if you fed it certain kinds of broken control file.
  2088. * Fixed misleading message from bogus installationstatus call.
  2089. * New -u and -U options to dpkg-deb which don't unpack the /DEBIAN
  2090.   directory, and use these in dpkg.pl; clean up /DEBIAN in postinst.
  2091.  
  2092. Changes in dpkg 0.93.12:
  2093.  
  2094. * No longer needs *.ph files, since these appear to be broken.
  2095. * Postinst fixes up *.control files with curly brackets.
  2096. * embryo of dselect.
  2097.  
  2098. Changes in dpkg 0.93.11:
  2099.  
  2100. * New --ignore-depends option.
  2101. * This ChangeLog changed format here.
  2102.  
  2103. Wed Nov 30 15:38:21 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
  2104.  
  2105.     * dpkg 0.93.11 released.
  2106.  
  2107.     * conffile updating fixed.
  2108.  
  2109.     * Message `updgrade' in dpkg changed to `replace'.
  2110.  
  2111.     * install-info now copes with multi-line entries.
  2112.  
  2113.     * version numbers now done automatically in dpkg and install-info.
  2114.  
  2115.     * more debugging around conffiles updates.
  2116.  
  2117.     * *.hash files not deleted so soon.
  2118.  
  2119.     * adds brand new packages to status array so we can install them.
  2120.  
  2121.     * postinst does h2ph for {sys,linux}/{stat,types}.ph if required.
  2122.  
  2123. Mon Nov 28 02:00:13 GMT 1994  Ian Jackson  <iwj10@cus.cam.ac.uk>
  2124.  
  2125.         * dpkg 0.93.10 released.
  2126.  
  2127.         * dpkg.pl completely rewritten.
  2128.  
  2129.         * dpkg-deb: removed dabase-processing and --install option.
  2130.  
  2131.         * Makefiles reworked, debian.rules added.
  2132.  
  2133.         * Don't install anything in /usr/doc/examples.
  2134.  
  2135.         * dpkg-*.deb contains /usr/bin/dpkg-deb.dist, fixed up by postinst.
  2136.  
  2137. Thu Oct 20 13:22:20 1994  Ian Murdock  (imurdock@debra.debian.org)
  2138.  
  2139.         * dpkg 0.93.9 released.
  2140.  
  2141.         * dpkg.pl: Use $argument, not $package, with `--build'.
  2142.         Make sure that saved postinst scripts are executable.
  2143.  
  2144. Tue Oct 18 09:40:57 1994  Ian Murdock  (imurdock@debra.debian.org)
  2145.  
  2146.         * dpkg 0.93.8 released.
  2147.  
  2148.         * deb/remove.c (pkg_remove): Do not report an error from rmdir ()
  2149.         when `errno' is ENOTEMPTY (Directory not empty), because in this
  2150.         case we have found the highest-level directory in the package and
  2151.         are ready to exit the loop (i.e., it is a normal occurrence).
  2152.  
  2153. Mon Oct 17 10:44:32 1994  Ian Murdock  (imurdock@debra.debian.org)
  2154.  
  2155.         * Makefile.in: Adapted all Makefiles to the GNU Coding Standards.
  2156.  
  2157.         * deb/remove.c (pkg_remove): Make sure that parent directories are
  2158.         removed LAST!  This will result in complete removal of packages
  2159.         when --remove is called.  dpkg 0.93.7 (and earlier) had problems
  2160.         with this because it tried to remove directories in order, which
  2161.         will work most of the time, but not necessarily all of the time.
  2162.  
  2163.         * deb/list.c (pkg_list): Output is sorted by package name.
  2164.  
  2165. Tue Oct  4 12:27:10 1994  Ian Murdock  (imurdock@debra.debian.org)
  2166.  
  2167.         * deb/contents.c (pkg_contents): When a list file cannot be
  2168.         opened, silently fail and let the front-end explain the problem.
  2169.  
  2170.         * deb/util.c (return_info): When a control file cannot be opened,
  2171.         silently fail and let the front-end explain the problem.
  2172.  
  2173.         * deb/search.c (pkg_search): Exit 0 if the regular expression is
  2174.         matched and 1 if it is not.
  2175.  
  2176. Mon Oct  3 18:38:53 1994  Ian Murdock  (imurdock@debra.debian.org)
  2177.  
  2178.         * dpkg.pl: New file.  Replaces dpkg.sh.
  2179.  
  2180.         * deb/Makefile.in: Renamed `dpkg-util.deb' to `dpkg-deb'.
  2181.  
  2182.         * deb/build.c (pkg_build): `--build' is less verbose, instead
  2183.         letting the front-end add verbosity where appropriate.
  2184.  
  2185.         * deb/install.c (pkg_install): Ditto.
  2186.  
  2187.         * deb/remove.c (pkg_remove): Ditto.
  2188.  
  2189.         * deb/search.c (pkg_search): Ditto.
  2190.  
  2191.         * deb/describe.c (pkg_describe): `--describe' is less verbose,
  2192.         instead letting the front-end add verbosity where appropriate.
  2193.         The ``Description:'' label has been removed.
  2194.  
  2195.         * deb/version.c (pkg_version): `--version' is less verbose,
  2196.         instead letting the front-end add verbosity where appropriate.
  2197.         The ``Version:'' label has been removed, as has the maintainer
  2198.         information.
  2199.  
  2200. Mon Sep 12 14:22:04 1994  Ian Murdock  (imurdock@debra.debian.org)
  2201.  
  2202.         * deb/version.c (pkg_version): `--version' now reports the
  2203.         version number of dpkg if no argument is specified.
  2204.  
  2205. Thu Sep  1 13:31:37 1994  Ian Murdock  (imurdock@debra.debian.org)
  2206.  
  2207.         * dpkg 0.93.7 released.
  2208.  
  2209.         * deb/build.c (pkg_build): check status and exit if non-zero.
  2210.  
  2211.         * deb/contents.c (pkg_contents): ditto.
  2212.  
  2213.         * deb/install.c (archive_extract): ditto.
  2214.  
  2215. Thu Sep  1 13:20:08 1994  Ian Murdock  (imurdock@debra.debian.org)
  2216.  
  2217.         * deb/version.c (pkg_version): indent to the same point as
  2218.         pkg_describe.
  2219.  
  2220. Thu Sep  1 12:21:11 1994  Ian Murdock  (imurdock@debra.debian.org)
  2221.  
  2222.         * Makefile.in (dist): added debian.rules binary, source and
  2223.         dist targets to make final distribution easier to make.
  2224.         (install): install programs to /usr/bin.
  2225.  
  2226.         * deb/Makefile.in (install): install programs to /usr/bin.
  2227.  
  2228.         * deb/list.c (pkg_list): enforce a maximum limit of ten characters
  2229.         for the package name in the output.
  2230.         (pkg_list): left-justify the version number to make it easier for
  2231.         the front-end to parse the output.
  2232.         (pkg_list): replace first '\n' character in packages[n].description
  2233.         with '\0'.
  2234.  
  2235.         * deb/install.c (archive_extract): use the `p' option to `tar' to
  2236.         ensure that permissions are preserved.
  2237.  
  2238. Sat Aug 27 09:53:37 1994  Ian Murdock  (imurdock@debra.debian.org)
  2239.  
  2240.         * dpkg 0.93.6 released.
  2241.  
  2242.         * deb/util.c (return_info): only unlink CONTROL if ARCHIVE_FLAG is
  2243.         true!
  2244.  
  2245. Fri Aug 26 15:38:22 1994  Ian Murdock  (imurdock@debra.debian.org)
  2246.  
  2247.         * dpkg 0.93.5 released.
  2248.  
  2249.         * deb/contents.c (pkg_contents): merged function archive_contents
  2250.         into function pkg_contents.
  2251.  
  2252.         * deb/contents.c (pkg_contents): use lstat (rather than stat) so
  2253.         that symbolic links are recognized.
  2254.         (pkg_contents): print the usual `<path> -> <link_to>' now that we
  2255.         recognize symbolic links.
  2256.  
  2257.         * deb/util.c (return_info): create a FIFO to pipe the needed
  2258.         information to the ``formatter'' rather than creating a directory
  2259.         in /tmp for the package information, which is what we used to do.
  2260.  
  2261. Thu Aug 25 11:46:27 1994  Ian Murdock  (imurdock@debra.debian.org)
  2262.  
  2263.         * lib/fake-ls.c (mk_date_string): return a pointer to malloc'ed
  2264.         area.
  2265.         (mk_mode_string): ditto.
  2266.  
  2267.         * dpkg.sh: make sure the control information is extracted to a
  2268.         uniquely-named temporary directory during package installation.
  2269.  
  2270.         * dpkg.sh: execute the pre- and post-removal scripts during
  2271.         package removal.
  2272.  
  2273.         * dpkg.sh: exit immediately if dpkg-util.deb reports failure.
  2274.  
  2275.         * deb/install.c (pkg_control): make sure that `package' exists and
  2276.         is a Debian archive before doing anything.
  2277.  
  2278.         * deb/install.c (pkg_extract): make sure that `package' exists and
  2279.         is a Debian archive before doing anything.
  2280.  
  2281.         * deb/install.c (pkg_install): unlink `extract_output' when done.
  2282.  
  2283.         * deb/remove.c (pkg_remove): use lstat (rather than stat) so that
  2284.         --remove does not get confused and think that a symbolic link to a
  2285.         directory is actually a directory, which results in the symbolic
  2286.         link never being removed at all.
  2287.  
  2288. ChangeLog begins Thu Aug 25 11:46:27 1994 for dpkg 0.93.5.
  2289.  
  2290. Local variables:
  2291. mode: debian-changelog
  2292. End:
  2293.